After following the steps from the ASP.NET Zero documentation; on logging in to our application (Angular 5, single solution) we are getting the following error in Chrome: "20766Throttling history state changes to prevent the browser from hanging." where the number is constantly incrementing. The loading animation continues and the page does not load and eventually crashes. The warning appears to be on platform-browser.js on history.replaceState (line no. 1770) as this is underlined in red.
We have no other errors in logs, nor when running npm start or building the solution. I am using version 1.7.1 of angular CLI.
2 Answer(s)
-
0
After following the steps from the ASP.NET Zero documentation
What are the steps you followed? Which version of AspNetZero you using? MVC AJ? CORE AJ?
-
0
did you add anything to the login page? looks like there's loop in the login page. something like AuthGuard.