Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
phil
@phil
Any Vercel gurus here? We have a web app deployed via Vercel that seems to be aggressively caching. People regularly see versions that are weeks old, despite major changes in the meantime. I suspect there is some edge caching thing that's flipped, but I can't find it and it's driving me crazy.
5 replies
2 recasts
12 reactions
Steve
@stevedylandev.eth
Yeah I think everyone has experienced it at some point or another. You can fight it with varying levels of scope, I usually use this for API endpoints I don’t want cached export const dynamic = 'force-dynamic' More info here: https://nextjs.org/docs/app/building-your-application/caching#segment-config-options
2 replies
0 recast
1 reaction
phil
@phil
not even using next
2 replies
0 recast
1 reaction
Steve
@stevedylandev.eth
Oh dang 👀 Yeah in that case this might be more helpful https://vercel.com/docs/edge-network/caching
0 reply
0 recast
0 reaction