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

navigation to previous url while page is loading leaves progress bar hanging #56

Open
YaredFall opened this issue Apr 14, 2024 · 7 comments
Labels
@bprogress/next bug Something isn't working

Comments

@YaredFall
Copy link

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 occured

@islamBelabbes
Copy link

hey , are you using next-intl ?
i was facing the same issue when using next-intl

@YaredFall
Copy link
Author

YaredFall commented Apr 19, 2024

hey , are you using next-intl ?
i was facing the same issue when using next-intl

No, I am not.

@fax1ty
Copy link

fax1ty commented Apr 29, 2024

I have observed this behavior when a redirect is used

@ding-si-han
Copy link

Managed to reproduce it on my app when browsing on google chrome too

  • noticed it does not happen in chrome incognito or on firefox
  • likely due to one of my chrome extension on google chrome

@Skyleen77
Copy link
Owner

Hello, are you still experiencing this problem?
I can't reproduce it, I think it's been fixed with recent patches but I'm not sure.

@toninospiderman123
Copy link

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.

@Skyleen77
Copy link
Owner

Skyleen77 commented Feb 27, 2025

Hello @toninospiderman123, which version of BProgress do you use?
Can you give me a repo or an example video?

@Skyleen77 Skyleen77 added bug Something isn't working @bprogress/next labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@bprogress/next bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants