0
icoretchi created
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:
- ABP Framework version: v7.4.4
- UI Type: Blazor WASM
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
- Generate with abp suite the microservice template with Blazor WebAssembly UI
- Build and run the solution.
- Following Error appeared:
- Also the login icon is not centered.
1 Answer(s)
-
0
Hi, please run the
abp bundle
command manually under the Blazor projects. This is a known issue, it has been fixed and will be included in the next version.