Hacker News new | ask | show | jobs
by CafeRacer 969 days ago
> Only a redeploy will get me updated data from the DB.

This caching thing, when it wad released, is one of the sneakiest bastards ever.

I had to add a random string to a query of each request to avoid caching on the management panel. It happened that because of the cache, one client was able to see the cached data for another client.

We have had 4 FE on next and now gradually moving to remix and away from vercel.

1 comments

+1. I spent hours to understand how the router cache works and turn off cache but failed. It is good in pages folder. But in the app folder I just can not stop the cache.