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
Description:
I have implemented some axios interceptors to refresh the auth token. After the implementation, the progress bar sometimes keeps loading and prevents navigation. The issue was resolved after commenting out the progress bar.
Steps to reproduce
Implement some lengthy axios interceptors (something that depends on a promise or something similar)
Add the progress bar to your default view
Perform some navigations while triggering the interceptor
The text was updated successfully, but these errors were encountered:
Description:
I have implemented some axios interceptors to refresh the auth token. After the implementation, the progress bar sometimes keeps loading and prevents navigation. The issue was resolved after commenting out the progress bar.
Steps to reproduce
The text was updated successfully, but these errors were encountered: