-
Notifications
You must be signed in to change notification settings - Fork 31
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
navigation to previous url while page is loading leaves progress bar hanging #56
Comments
hey , are you using next-intl ? |
No, I am not. |
I have observed this behavior when a redirect is used |
Managed to reproduce it on my app when browsing on google chrome too
|
Hello, are you still experiencing this problem? |
Hello i'm facing the same issue. I'm using nextjs 15 with app router and next-intl installed. To reproduce click a Link to go to /foo page from /bar and when you are in /foo page click again on the link to go to /foo page the progress and the spinner will appeare but never finish to load and remain visible in page. i set also the option disableSameUrl to true but still happen. |
Hello @toninospiderman123, which version of BProgress do you use? |
For example, if you navigate from
/foo
to/foo/bar
and navigate back to/foo
while page is still loading, the page loads normally, but progress bar continues to be displayed until another navigation is occuredThe text was updated successfully, but these errors were encountered: