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
this question is out of ABP Commercial and ABP Framework context.
Hi Albert
Can u pls tell me If I want to customize login page in blazor server then where I can do this?
this question is out of ABP Commercial and ABP Framework context.
Hi Albert
Can u pls tell me If I want to customize login page in blazor server then where I can do this?
It's for a demonstration, you can create a new project with your favorite project template such as
app-pro
in this case. and make a comparison of what should be changed. Configuring a Blazor Server from zero is really complicated and might be buggy. So, create a new blazor-server project and compare changes.Or, you can move your existing pages to the newly created blazor-server project instead of modifying the old one. After moving the files, you can remove the old project. That is a different way but you can lose your git history
I created a server app and now tell me where I need to put my existing host project code?
It depends which project type are you using. Is your blazor-server will connect directly database or make requests to you existing HttpApi.Host?
Best way to change it to blazor server is creating new project and compare changes like I did in this PR: https://github.com/enisn/abp-blazor-wasm-to-server/pull/1
If your new blazor-server will send requests to HttpApi.Host like exactly same with current webassembly, you can create the project with
--tiered
parameter.Hi
I checked the files and I am not able to add this reference in blazor project. Can u pls tell me how can I add this?
can u pls answer this
It depends which project type are you using. Is your blazor-server will connect directly database or make requests to you existing HttpApi.Host?
Best way to change it to blazor server is creating new project and compare changes like I did in this PR: https://github.com/enisn/abp-blazor-wasm-to-server/pull/1
If your new blazor-server will send requests to HttpApi.Host like exactly same with current webassembly, you can create the project with
--tiered
parameter.
what i need to do in this case If your new blazor-server will send requests to HttpApi.Host like exactly same with current webassembly, you can create the project with --tiered parameter.