Everything was working fine in my Angular application. But now suddenly I am getting the following error and my browser got stuck.
Throttling navigation to prevent the browser from hanging. See
<URL>
. Command line switch--disable-ipc-flooding-protection
can be used to bypass the protection
What I done in last 2 days is updated npm. Run npm audit fix
to fix vulnerabilities. After that I am getting this error.
It is looping and I cannot access my Application through browser.
I have added some code too. May be some code causes looping?
Yes the issue is solved by refactoring a block of code that looks like going into a loop. But I didn't get this error before (its been long time) even the same code exists. Strange! May be its to deal with cache or something.