NextJS Client Side Router Cache Invalidation bug
Unanswered
AlbertC0527 posted this in #help-forum
https://github.com/vercel/next.js/issues/74272
As described above, even running in production mode, router cache is not invalidating after the first time.
Even when the router cache should be stale, no new request will be sent, resulting in stale pages no matter how many times I navigate to that page. I had to refresh the page manually to get the new data.
Is this a bug or I'm just misunderstanding what the router caches does?
As described above, even running in production mode, router cache is not invalidating after the first time.
Even when the router cache should be stale, no new request will be sent, resulting in stale pages no matter how many times I navigate to that page. I had to refresh the page manually to get the new data.
Is this a bug or I'm just misunderstanding what the router caches does?