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

Progress Stuck if I Click Link with the same route #39

Open
nabilfatih opened this issue Sep 25, 2023 · 4 comments
Open

Progress Stuck if I Click Link with the same route #39

nabilfatih opened this issue Sep 25, 2023 · 4 comments

Comments

@nabilfatih
Copy link

The progress works well, but there is problem:

The progress bar will get stuck if I click link with the same route, for example:

If I'm in /contact , and I click again the Link with href="/contact", the progress bar showing again but get stuck

@razhir
Copy link

razhir commented Oct 20, 2023

have you used localization ?

@nitinsinghnaruka
Copy link

Hey buddy,

is there any update on this?

@tomcru
Copy link

tomcru commented Nov 10, 2023

This sounds like something's up with your code. Are you maybe redirecting to /contact/ -> /contact?
The TopLoader only shows if the new url is not the same.

@ShooTeX
Copy link

ShooTeX commented Feb 26, 2024

the problem (for us at least) is because we're using a middleware that is prepending the localization.
/contact => /en/contact.

Is there any way we can stop NProgress on those redirections?

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

5 participants