does redeploying revalidatePath?
Answered
Old English Sheepdog posted this in #help-forum
Old English SheepdogOP
if you forget to revalidate and path, does redeploying revalidate all paths?
12 Replies
@Old English Sheepdog if you forget to revalidate and path, does redeploying revalidate all paths?
no, because the data cache persist across deployments
Answer
@Ray no, because the data cache persist across deployments
Old English SheepdogOP
how can we bust this cache?
i forgot a path i needed to revalidate so im missing a dynamic route
or data for a dynamic route
vercel.app > your project > settings > data cache > purge
@Ray vercel.app > your project > settings > data cache > purge
Old English SheepdogOP
is this the recommended way for my situation?
yeah its fine
it will just fetch the data again
@Ray it will just fetch the data again
Old English SheepdogOP
how long should it take? just tried it after purging but my data is still not loading
oops never mind it seems to work now
thanks!!
np