-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
Navigating away from not-found page via Links doesn't work #49812
Comments
same issue |
Good to hear that I'm not the only one. Please upvote the issue to get more attention on this 👍 |
Im also having the same issue even tried using normal a tag and its still not rendering the new page(the link page) |
I accidentally created an issue (#49823) about the same bug. You can find a more detailed description of the problem there, with an example repository that reproduces the problem. |
I've also been experiencing the same issue, was forced to use normal anchor tags |
Duplicate of #47862 |
Link doesn't work on It doesn't redirect to homepage, only slug is changed |
I think it is merge with canary version did you try with canary version ? |
The same happen with me! |
Using a normal anchor tag until this works |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://codesandbox.io/p/sandbox/priceless-allen-nlrrrn?file=%2Fapp%2Fnot-found.tsx
To Reproduce
not-found.jsx/tsx
page that includesnext/Link
s for navigation (e.g. a nav bar)not-found
page by clicking anext/Link
-> it doesn't workDescribe the Bug
We can't navigate away from the
not-found
(404) page. When we click a link, the URL in the browser bar changes, but the not-found page is still shown.Expected Behavior
We should navigate to the correct page.
Which browser are you using? (if relevant)
Google Chrome
How are you deploying your application? (if relevant)
npm run build + start locally
The text was updated successfully, but these errors were encountered: