Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Broken interceptor detected - angular-loading-bar

When I'm using IE9 I get this error:

"Broken interceptor detected: Config object not supplied in rejection: https://github.com/chieffancypants/angular-loading-bar/pull/50"

The all page just stuck on loading. That's happens only on IE9 and under.

Thanks!

like image 957
Ido Glikman Avatar asked Oct 22 '15 07:10

Ido Glikman


1 Answers

I use the https://github.com/chieffancypants/angular-loading-bar repo in a project. That error means some of your requests are returning a 5XX error. check the console on your browser and add more info to the question.

like image 157
ppollono Avatar answered Nov 17 '22 06:11

ppollono