warflash
Explore posts from serversCDCloudflare Developers
•Created by warflash on 8/22/2024 in #general-help
Cache Rules don't work when origin Cache-Control is set
Yep, thank you! I guess that'd be a nice piece of feedback in case champions/mvps got a more direct line to product management. Showing when a traced hostname is set to DNS only would help a lot with diagnosis 🫡
16 replies
CDCloudflare Developers
•Created by warflash on 8/22/2024 in #general-help
Cache Rules don't work when origin Cache-Control is set
Okay yeah my bad. The trace did not work because the subdomain was DNS only, not proxied by cf. I don't understand how things we're cached by CF at all then but yeah. With the trace working it lead me to a mismatched cache rule that overwrote the settings and told it to bypass
16 replies
CDCloudflare Developers
•Created by warflash on 8/22/2024 in #general-help
Cache Rules don't work when origin Cache-Control is set
Okay I do have a suspicion
16 replies
CDCloudflare Developers
•Created by warflash on 8/22/2024 in #general-help
Cache Rules don't work when origin Cache-Control is set
I've read about SaaS but I don't see how that affects us. Subdomain is cdn.questlog.gg, pointing to a Digital Ocean Spaces Bucket.
16 replies
CDCloudflare Developers
•Created by warflash on 8/22/2024 in #general-help
Cache Rules don't work when origin Cache-Control is set
I tried tracing it but unfortunately you can't seem to do that for subdomains? I verified the PoP being the same through the headers. I'll grab a quick example url, 1s
16 replies
CDCloudflare Developers
•Created by warflash on 8/22/2024 in #general-help
Cache Rules don't work when origin Cache-Control is set
Browser Caching is not really something I'm too worried about, at the moment I'm just trying to make cloudflare cache things on the CDN side of things for custom durations, ignoring headers sent by the origin
16 replies
CDCloudflare Developers
•Created by warflash on 8/22/2024 in #general-help
Cache Rules don't work when origin Cache-Control is set
I don't think I understand tbh. Say I specify
Ignore Cache-Control header and use this TTL
and set it to cache at the edge for 3 hours. How come I get cache misses after 60 seconds? Like clearly it's not caching for 3 hours then right?16 replies
CDCloudflare Developers
•Created by warflash on 8/22/2024 in #general-help
Cache Rules don't work when origin Cache-Control is set
But the checkbox literally says "Ignore Cache-Control header and use this TTL" 🤔
16 replies
CDCloudflare Developers
•Created by warflash on 8/22/2024 in #general-help
Cache Rules don't work when origin Cache-Control is set
16 replies
Server side fetch refetches on client 3 times
https://nuxt.com/docs/api/composables/use-fetch#params
getCachedData
, key
and dedupe
are all things to consider7 replies
Server side fetch refetches on client 3 times
it not retriggering hint's towards it not being bound properly to a setup function, as that should rerun on locale change. (assuming the locale is part of the url and you don't have custom :keys set)
7 replies
DTDrizzle Team
•Created by joshborseth on 9/14/2023 in #help
TypeError: Cannot read properties of undefined (reading 'compositePrimaryKeys')
Any workaround for the
compositePimaryKeys
issue perhaps? Not being able to generate migrations is a real pain 🙏44 replies