0
Simonlum created
- What is your product version?
- 9.1
- What is your product type (Angular or MVC)?
- angular
- What is product framework type (.net framework or .net core)?
- .netcore
dear
When I log in the system, the url of the system is localhost:4200, which is a blank page
When I manually enter the address as http://localhost:4200/account/login ,the page is normal
When I successfully log in the system, the page becomes blank again, and it will not automatically jump to Dashaboard, I have to add the route manually like 'http://localhost:4200/app/admin/hostDashboard', so it's not a blank page
2 Answer(s)
-
0
Hi @Simonlum
Could you try the fix in this issue https://github.com/aspnetzero/aspnet-zero-core/issues/3387. This will be released with 9.2 on monday as RC-1 version.
-
0
I just moved from V8.7 to V9.1 and the migration took me a lot of time. Do I have to migrate again? Is there any better way to resolve it