Question
Why is my cache not being purged after a deployment to Cloudflare Pages?
Asked by: USER9139
72 Viewed
72 Answers
Answer (72)
Several reasons could prevent cache purging. Ensure you're using the correct URL for purging, that your API token has sufficient permissions, and that the cache key is being correctly invalidated by your deployment process (e.g., versioned filenames). Check Cloudflare's status page for any ongoing issues.