Base solution for your next web application
Open Closed

Throttling history state changes issue #5468


User avatar
0
system15 created

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.

Does anyone have any suggestions?


2 Answer(s)
  • User Avatar
    0
    ryancyq created
    Support Team

    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?

  • User Avatar
    0
    alper created
    Support Team

    did you add anything to the login page? looks like there's loop in the login page. something like AuthGuard.