Hi,
we are running cloudflare pages at:
herohero-frontend-about dot pages dot dev/en/
Which works correctly.
However for our custom domain:
about dot herohero dot co/en/
The page is broken and you can see the age being 22000 seconds and cannot be purged. Can this be related to the morning cache outage?
The Cache-Control
header is set to public, max-age=0, must-revalidate
so it doesn’t get cached.
I also see the same ETag
for both versions
$ curl -I https://about.herohero.co/en/
HTTP/2 200
date: Thu, 10 Aug 2023 21:45:42 GMT
content-type: text/html; charset=utf-8
access-control-allow-origin: *
cache-control: public, max-age=0, must-revalidate
etag: "67fc5a58b0e07884a11f6abf8259bb0d"
$ curl -I https://herohero-frontend-about.pages.dev/en/
HTTP/2 200
date: Thu, 10 Aug 2023 21:46:05 GMT
content-type: text/html; charset=utf-8
access-control-allow-origin: *
cache-control: public, max-age=0, must-revalidate
etag: "67fc5a58b0e07884a11f6abf8259bb0d"