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•15mo ago
Use aws
Revaycolizer
RevaycolizerOP•15mo ago
To deploy?
NotRoman
NotRoman•15mo ago
Vervel fucked up caching so yes use something else
Revaycolizer
RevaycolizerOP•15mo ago
Thanks let me try it although never used it
NotRoman
NotRoman•15mo ago
May be complicated to get going But worth it in the long run
Revaycolizer
RevaycolizerOP•15mo ago
🔥🔥I'm gonna try
Want results from more Discord servers?
Add your server