-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Already read Error #1792
Comments
I can confirm that I have the same problem but when I redirect several times very fast with |
It also happens if you click several times on a |
Could you update Next to the latest 2.2.0, we've fixed this issue. (Actually replaced the logic of the source of this issue)? Let me if it's still the same. |
@arunoda FWIW, upgrading to 2.2.0 fixed this bug for me. It would be nice to maybe add a |
@arunoda I upgraded it to 2.2.0 , and it worked , thanks :) |
Hello, i have problem with routing. When i'm redirecting via
Router.push({ pathname:`/overview.html`, query: { id } }, `/${id}/overview.html`)
(file is named overview.html.js)
I'm getting "Already Read"
But when I reload page with given url, it will work
The text was updated successfully, but these errors were encountered: