Request for Support on Persistent Navigation Issue, v15.0.3
Unanswered
Indian oil sardine posted this in #help-forum
Indian oil sardineOP
Hi everyone,
I wanted to bring attention to a navigation issue we've been discussing on GitHub that seems to persist in v15. Several users, including myself, have contributed to an existing thread (closed a year ago) to report that the issue has resurfaced in the latest versions. However, after more than three days, there hasn't been any update or acknowledgment on the GitHub issue.
### Summary of the Problem:
- Issue: Client-side navigation breaks, specifically when:
1. Navigating from one page to another.
2. Returning via the browser's back button.
3. Only occurring in production builds and in Firefox (works fine in WebKit/Blink browsers). Also happens with
- Root Cause Suspected: Using
- Workarounds Attempted:
- Setting
- Creating custom navigation logic with
### Attempts to Resolve:
- Multiple contributors have shared observations and demos on GitHub (e.g., dongalor's repo: https://github.com/dongalor/next-15-redirect-server-action).
- While some report improvements with custom fixes or when upgrading to v15, others like myself still face issues even on
Given the ongoing nature of this issue, it would be great to have additional insights or guidance from the community. If anyone has encountered similar challenges or has suggestions, please share them here. Also, if any maintainers are present, would it be possible to reopen or escalate this issue?
Thank you!
I wanted to bring attention to a navigation issue we've been discussing on GitHub that seems to persist in v15. Several users, including myself, have contributed to an existing thread (closed a year ago) to report that the issue has resurfaced in the latest versions. However, after more than three days, there hasn't been any update or acknowledgment on the GitHub issue.
### Summary of the Problem:
- Issue: Client-side navigation breaks, specifically when:
1. Navigating from one page to another.
2. Returning via the browser's back button.
3.
next dev on my part- Root Cause Suspected: Using
<a> elements instead of the <Link> component in some cases.- Workarounds Attempted:
- Setting
prefetch={false} – Inconsistent results across projects.- Creating custom navigation logic with
useRouter().push – Partial success but with caveats.### Attempts to Resolve:
- Multiple contributors have shared observations and demos on GitHub (e.g., dongalor's repo: https://github.com/dongalor/next-15-redirect-server-action).
- While some report improvements with custom fixes or when upgrading to v15, others like myself still face issues even on
15.0.3.Given the ongoing nature of this issue, it would be great to have additional insights or guidance from the community. If anyone has encountered similar challenges or has suggestions, please share them here. Also, if any maintainers are present, would it be possible to reopen or escalate this issue?
Thank you!