Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using progress bar with axios interceptors is causing hanging isssues #91

Open
SDVII opened this issue Jun 17, 2019 · 0 comments
Open

Comments

@SDVII
Copy link

SDVII commented Jun 17, 2019

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

  1. Implement some lengthy axios interceptors (something that depends on a promise or something similar)
  2. Add the progress bar to your default view
  3. Perform some navigations while triggering the interceptor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant