Activities of "safi"

My existing project is in webassembly but due to speed issue we are converting into server app. So for this I created server app from abp suite and I can see there is no host project so do we need to add all the pages in blazor project only?

Yes you should do it in your Blazor project if it's blazor-server.


Also I have a fresh server app and added only my connection string in appsettings.json file. I am getting below error If I try to run project.

You have to run following command in your project before run

abp install-libs 

@safi the team responses questions asap. please do not flood the topic!

Hi Albert

I understand your point but the thing is If I know your working time then I can try to post or reply on that time as well because it's a urgent thing I have only 2 days left for this.

Hope you can understand my situation as well.

Thanks,

Both Blazor Wasm and Server don't have login UI, so you're redirected to authentication server UI to log in. So the authentication server is built with MVC UI. You can customize the login page like in a regular MVC application template: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page

Please note that:

  • If you're using separated IdentityServer, you should do it in your IdentityServer Project
  • If you're using Blazor Webassembly and not separated IdentityServer or tiered solution, you should to that in your HttpApi.Host project.

Also, you can follow this article for a more detailed explanation: https://community.abp.io/posts/how-to-customize-the-login-page-of-an-abp-blazor-application-by4o9yms

Hi

My existing project is in webassembly but due to speed issue we are converting into server app. So for this I created server app from abp suite and I can see there is no host project so do we need to add all the pages in blazor project only?

Also I have a fresh server app and added only my connection string in appsettings.json file. I am getting below error If I try to run project.

Please suggest me what I need to do.

Is there anybody who can answer this???????

You guys please tell me when you can available because I need your guidance to fix this. I can't spend too much time in this. Please do some needful.

There?

Is there anybody who can answer this???????

You guys please tell me when you can available because I need your guidance to fix this. I can't spend too much time in this. Please do some needful.

Is there anybody who can answer this???????

Please reply

sorry, but the question is explicitly asking "How can I convert existing blazor webassembly project into server?" If you are asking something different than this, please create a new question.

can u pls reply

sorry, but the question is explicitly asking "How can I convert existing blazor webassembly project into server?" If you are asking something different than this, please create a new question.

Created a new ticket.https://support.abp.io/QA/Questions/3217/How-can-I-customize-login-page-in-blazor-server-app

Hi

I am using blazor server app and in this I can see there is no host project but in webassembly we have this. So can u pls guide me how can I customize default pages in blazor server.

The problem is I have my webassembly project and my client wants to change into server for speed issue so I am merging my code there.

  • ABP Framework version: v5.2.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 41 to 50 of 347 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13