Vercel Caching Data during Deployment

Anybody hosted a website in Vercel recently, as when a data is fetched during deployment, it caches it even if the data is changed, so everytime a data is changed I need to click redeploy again, how can I fix this? Tried
export const revalidate = 0;
export const revalidate = 0;
also tried
export const revalidate = false ;
export const revalidate = false ;
But nothing works
6 Replies
NotRoman
NotRoman•2y ago
Use aws
Revaycolizer
RevaycolizerOP•2y ago
To deploy?
NotRoman
NotRoman•2y ago
Vervel fucked up caching so yes use something else
Revaycolizer
RevaycolizerOP•2y ago
Thanks let me try it although never used it
NotRoman
NotRoman•2y ago
May be complicated to get going But worth it in the long run
Revaycolizer
RevaycolizerOP•2y ago
🔥🔥I'm gonna try

Did you find this page helpful?