do you see any other headers on that old

do you see any other headers on that old response?
23 Replies
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
you don't happen to have a worker or anything overriding that, right? If you go to your account level in Cloudflare, there's a "Trace" option, "Begin Trace" and input https://betaapp.slidesome.com, worth a sanity test, useful utility to learn too
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
All rules have to live under rulesets that's the default ruleset for all your cache rules
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
what was the cache rule you tried to create, just bypass cache?
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
would make more sense if it wasn't edge cache since you tried purging that before you see cf-cache-status dynamic and still the old html?
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
you're using cache api in your function or something?
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
well where is Age coming from lol
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
oh sounds like asset preservation cache, was thinking it wouldn't be because index.html should still exist in both versions, but I guess in the new one it doesn't/it's all through functions?
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
sounds just like asset preservation cache to me
Chaika
Chaika6mo ago
if you had an html page that existed before, it gets inserted into the asset preservation cache on every success that asset preservation cache is checked before not found/fallback routing behavior if there's nothing in code on your end, it's the only thing I can think of that would return an Age header, and the cache lives on your pages.dev but with the full url of your custom domain (as weird as that is), so it's both not clearable by you and specific to that url (and of course the cache api is point of presence specific)
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
if it's in the asset preseveration cache, you simply don't yea except I imagine when you "replaced" it, you didn't actually replace the index.html but instead got rid of it all together with ssr now handling it if you had simply replaced the file, it would just serve the updated one
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Chaika
Chaika6mo ago
or wait out the expiration/eviction of the cached asset (stop visiting the site, it'll be evicted after based on access frequency), or use a different subdomain
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server