We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/hamidrezahanafi/nextjs-router-cache-bug
/link1
link2?q=1
We should use NextJS router cache for links with query parameters
Operating System: Mac Next: 15.1.6 Node: 22
Linking and Navigating, Dynamic Routes, Route Handlers
next start (local)
No response
The text was updated successfully, but these errors were encountered:
Found the root cause It start happening on v15.0.0-canary.113 It's probably because of this commit
Sorry, something went wrong.
@hamidrezahanafi Thank you for submitting an issue!
Taking a look—
No branches or pull requests
Link to the code that reproduces this issue
https://github.com/hamidrezahanafi/nextjs-router-cache-bug
To Reproduce
/link1
link2?q=1
/link1
link2?q=1
(exact same query param within the stale time) and RSC payload is being refetchedCurrent vs. Expected behavior
We should use NextJS router cache for links with query parameters
Provide environment information
Which area(s) are affected? (Select all that apply)
Linking and Navigating, Dynamic Routes, Route Handlers
Which stage(s) are affected? (Select all that apply)
next start (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: