- ABP Framework version: v7.3.0
- UI type: Blazor Web Assembly
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
We have generated a tiered Blazor Web Assembly solution that we are deploying to docker. We have the API, Auth Server and Public UI projects running find in the containers, however we don't see how we will 'host' the Blazor Web Assembly application. Do you have a recommended way to deploy/access the Blazor Web Assembly application? Currently we are relying on the Public Web Site for this, but it is not working.
Please explain how we can get the Blazor Web Assembly UI to render.
4 Answer(s)
-
0
You can check the docker deployment docs for application templates: https://docs.abp.io/en/commercial/latest/startup-templates/application/deployment-docker-compose?UI=Blazor&DB=EF&Tiered=Yes
-
0
How would we go about hosting the Blazor application as part of the public site deployment as we would prefer not to use NGINX as your link requires us to use?
-
0
Hi,
I found this posting that appears to show what I am looking to do, albeit I want the public web site generated by ABP to be the hosting site vs the API host as described.
https://community.abp.io/posts/blazor-webassembly-asp.net-core-hosted-zbjvgrc9
-
0
can we close this ?