Production domain .vercel.app has stale data
Unanswered
Basset Fauve de Bretagne posted this in #help-forum
Basset Fauve de BretagneOP
Hi community!
I'm using unstable cache with revalidation. My deployment link .vercel.app seems to have the correct data (I'm returning an updated at timestamp so I can easily understand if data is revalidated/fresh) however my production domain (also .vercel.app) is not being updated correctly. Any way to debug or understand what's going on? 🤔
Thank you ðŸ™
I'm using unstable cache with revalidation. My deployment link .vercel.app seems to have the correct data (I'm returning an updated at timestamp so I can easily understand if data is revalidated/fresh) however my production domain (also .vercel.app) is not being updated correctly. Any way to debug or understand what's going on? 🤔
Thank you ðŸ™
6 Replies
Basset Fauve de BretagneOP
Can you support 🙠@Multiflora rose seed chalcid @
@Basset Fauve de Bretagne Can you support 🙠<@712358149494931619> @
Don't tag other people who aren't in the convo
especially mods or admin
American Crow
https://youtu.be/RBM03RihZVs?si=qYlY5p8YvzYusbiT at 2:45. it's Lee himself helping you
Basset Fauve de BretagneOP
you are right @averydelusionalperson tks for the heads up! Will check what you have shared!
Basset Fauve de BretagneOP
Unfortunally that video does not help because, as I said, the revalidation seems to be triggered behind the scenes and via deployment link URL I can immediately see that. Using the production URL, the stale data is still there. So, seems another cache layer in the middle for the production build in the Vercel platform. Locally I cannot reproduce this issue (with
build and start). I really would like to understand what's going on xD.