Hi
I am currently experiencing an issue on my deployed application. When clicking on Login I get a blank page with no errors in the browser console. The ConfigState has loaded correctly, which means the angular app is communicating successfully with the backend. I have also checked the logs and there are no errors.
But when I click on Login I get a blank page with no errors:
Is there something I am missing? What could cause this problem?
Thanks.
3 Answer(s)
-
0
Hi,
How can I reproduce? Can you describe in detail?
If the screen doesn't show anything like above, it might be caused by resolvers or guards. Please check your guards and resolvers.
Can you also upload a screenshot that shows the elements view with expanded on developer tool
-
1
Hi Mehmet
It looks like there was a problem with the build of the angular application.
This problem is sorted out.
Thanks.
-
0
I have the same problem.
How to solve it?