Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular 7: Throttling navigation to prevent the browser from hanging

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.

enter image description here

It is looping and I cannot access my Application through browser.

I have added some code too. May be some code causes looping?

like image 290
Abhi Avatar asked Apr 30 '19 17:04

Abhi


Video Answer


1 Answers

It seems there is en error in the router guards. try and follow the link bellow.

https://github.com/ngxs/store/issues/1293

like image 170
Suluuboi Avatar answered Sep 18 '22 09:09

Suluuboi