Deleted page is still accessible from somewhere

I’m using Cloudflare Pages to build out a static Astro.js website out of a Payload CMS. The domain is not migrated to Cloudflare (client does not want to do so), so we’re only using CNAME on www subdomain.

After deleting a page, the page is not being built during the build, as I can see from the logs. But, it is:

  • not accessible from the internal deployment URL
  • not accessible from the domain while using US Proton VPN - delivered from 172.66.47.36
  • accessible from the domain while using my native Czech IP address - delivered from 188.114.97.9

Why is the page still accessible from one of the servers? I suppose there is something wrong…

We’re talking about he following URL:
https://www.logicworks.cz/sluzby/experience-center/ (still accessible, at least from my location)
https://a8805a90.logicworks.pages.dev/sluzby/experience-center/ (correctly 404)

Thanks a lot in advance! :slight_smile:

There’s a retention cache - Serving Pages · Cloudflare Pages docs

Since you keep hitting the page, you’re keeping the cache alive. The absolute max it’ll be around for is a week but without traffic, it’ll be gone way before that.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.