Live data from Hacker News

Cloudflare error page generator

github.com

11–17 of 17 posts

Re: Cloudflare error page generator

#14
post #7
post #4

Earlier quoted context omitted.

On free plans you can't, on business/enterprise plans you can. Edit: Gemini says you could make a custom worker and do a 5XX redirect that way, but I haven't tried it. Does make sense though.

This works for errors at the origin or in a Worker, but won't for errors at the edge, because those are in front of Workers.

I think Gemini refers to Web Workers API rather than a Cloudflare Worker. And that should work indeed.
Post reply on HN