TrueHeads
CDCloudflare Developers
•Created by TrueHeads on 1/2/2025 in #pages-help
Global 404 not working on pages.
My understanding of 404's on cloudflare pages is that you set up your 404.shtml/html in the root of your project, and cloudflare designates that as a global route on the backend with no other work needed to serve 404's. So say I only have an index.html on example.com, and I go to example.com/fart, it will give me a 404 just fine. I have noticed an issue with multiple projects now, where the 404 at the root will not apply to directories on my pages projects, so if I go to example.com/fart/index.html (which doesnt exist) ill get a broken 404 that doesnt fully load with the assets/etc ive defined in the 404 at the root.
Ive tried clearing cache, ive manually set up the 404 in that directory and it starts working after purging the cache, so is that the way I have to do things? I have to have a 404 set up per web page directory??
9 replies
CDCloudflare Developers
•Created by TrueHeads on 12/11/2024 in #pages-help
Export Wrangler Logs to Enumerator?
Hello! I recently have started building a project in which I want to log all of the wrangler logs I capture to a log enumerator.
I am currently using
wrangler pages deployment tail --format pretty > logs.txt
to capture logs and export them, but I was wondering if anyone had successfully shipped their wrangler logs to a free tool to enumerate the logs for better tracking and debugging.1 replies
CDCloudflare Developers
•Created by TrueHeads on 11/28/2024 in #general-help
R2 Public Access bricked website!!!
4 replies
CDCloudflare Developers
•Created by TrueHeads on 11/19/2024 in #general-help
Does cloudflare eventually block a user from their connected zone, and not just my site?
7 replies
CDCloudflare Developers
•Created by TrueHeads on 11/18/2024 in #general-help
Block what I think are headless requests?
66 replies