#Client Router Cache is not working after 30 seconds
8 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
Seems like this issue is related: https://github.com/vercel/next.js/issues/58723
Link to the code that reproduces this issue https://github.com/seho0808/next_js_13_caching_test To Reproduce I found an error with Router Cache. This app works fine initially: Server Component'...
Thats odd. Is this in prod?
This is literally https://app-router.vercel.app/ssr
there is an issue on github for this
https://github.com/vercel/next.js/issues/58969
Link to the code that reproduces this issue https://github.com/Quramy/next-js-router-cache-inconsistent-behavior To Reproduce npm run dev Open http://localhost3000/a Click "Go to page /b"...
try <Link prefetch /> and it should work as expected but the cache duration will become 5min
Thanks, its very strange that this kind of bug can stay for months.