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!