Hitting “Purge Everything” on /settings/data-cache does nothing.
Hey @jperezr21,
Is it a data fetch that you’re trying to clear? Or is it a page response or static file?
If it’s a previous data fetch the “Purge Everything” button should delete all cached data to force revalidation, but you can also try disabling the data cache to opt out of fetch caching.
If it’s not a data fetch that was cached, you’ll need a different strategy to clear it. You may need to adjust Cache-Control headers or invalidate cache with a new deployment. For projects using Image Optimization image cache invalidation can be done by adding a query string to the src
property and redeploying.
I hope that helps!
Hi Amy! Thanks for the reply.
This is an async function wrapped in unstable_cache
. Clicking “Purge Everything” does nothing, as you can see in the following screenshot:
I’ve already created a support ticket for this.
Thanks for letting me know! I found your case and it looks like one of the support engineers is helping you investigate. Please continue working with them since they’ve already started digging into the problem with you, but feel free to let me know if you have any other questions!
Your report helped uncover a cache purge issue. We’ve implemented a fix so no one else should run into it going forward.
Thanks for reporting it!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.