You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When request returns an error code, angular-loading-bar becomes broken and won't disappear anymore.
GET http://mysite/is-logged-in 401 (Unauthorized)
TypeError: Cannot read property 'config' of undefined
at response (http://localhost:9001/bower_components/angular-loading-bar/build/loading-bar.js:116:24)
Closing for now as I've seen this issue a dozen times and each time it's been related to a bad interceptor. Please re-open if that's not the case, however.
When request returns an error code, angular-loading-bar becomes broken and won't disappear anymore.
(Source)
Seems that no config object is returned when request "failed" (401 was actually expected here).
The text was updated successfully, but these errors were encountered: