You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is expected behavior, and you can learn a bit more about it in the Router Cache docs.
The router will cache the RSC data for your route for 30s. We're currently working on an experimental flag that will let you modify this behavior which we hope to land soon.
Keep an eye on #62856 which will soon let you specify how long the router cache will consider this data "reusable" for (a value of 0 would re-fetch the data every navigation).
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Link to the code that reproduces this issue
https://github.com/One041/next_demo
To Reproduce
Current vs. Expected behavior
Current behavior: the random number is the same
Expected behavior: the random number should change because this is SSR page
Provide environment information
Which area(s) are affected? (Select all that apply)
App Router
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Vercel (Deployed)
Additional context
There is deployed demo app: https://next-demo-pi-three.vercel.app/
The text was updated successfully, but these errors were encountered: