warflash
warflash
Explore posts from servers
CDCloudflare 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
No description
16 replies
NNuxt
Created by 8l8 on 6/8/2024 in #❓・help
my nuxt app is auto append previous page
The downgrade only hides the warning. You need to fix the warning instead
17 replies
NNuxt
Created by 8l8 on 6/8/2024 in #❓・help
my nuxt app is auto append previous page
Open up your browsers devtools and check the console when refreshing the pages that are bugged
17 replies
NNuxt
Created by 8l8 on 6/8/2024 in #❓・help
my nuxt app is auto append previous page
Have you checked for hydration mismatches or/and multi root page components?
17 replies
NNuxt
Created by salomon_. on 5/31/2024 in #❓・help
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 consider
7 replies
NNuxt
Created by salomon_. on 5/31/2024 in #❓・help
Server side fetch refetches on client 3 times
You can do that just fine, however they way you are registering it is probably the issue
7 replies
NNuxt
Created by salomon_. on 5/31/2024 in #❓・help
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
NNuxt
Created by salomon_. on 5/31/2024 in #❓・help
Server side fetch refetches on client 3 times
Nesting useFetch composables most of the time is a bad idea, they generally should be top level
7 replies
TtRPC
Created by tao_zei on 5/31/2024 in #❓-help
TRPC NUXT req run 2 times(on server and client)
14 replies
TtRPC
Created by tao_zei on 5/31/2024 in #❓-help
TRPC NUXT req run 2 times(on server and client)
Try setting the getCachedData properties in the useQuery options
14 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
NNuxt
Created by DANANZ M1 on 4/11/2024 in #❓・help
Nuxt auto optimize all packages / opt out optimization
4 replies