About data caching
Unanswered
Shubham Tarpara posted this in #help-forum
I'm using nextjs 14 app router with sanity v3 and deployed it on vercel but what's happening is whenever i public some content from sanity studio its not updating my frontend(i have triggered pipline whenever i public something on sanity studio) i tried all possible given solution but none is working ig only this is working export const fetchCache = 'force-no-store'; but if i use this then i'm getting ERR_CONNECTION_RESET error for sometimes then it will load site