-
Notifications
You must be signed in to change notification settings - Fork 10k
Description
Proposed changes
On page https://developers.cloudflare.com/rules/snippets/errors/ there might be a section on 11xx errors sending straight to https://developers.cloudflare.com/workers/observability/errors/#error-pages-generated-by-workers
On https://developers.cloudflare.com/workers/observability/errors/ it should be mentioned that Snippets also throw 11xx errors (and which ones can be thrown by a worker and which by a snippet if those lists overlap but are not equal)
Subject Matter
11xx errors coming not from Workers but from Snippets
Content Location
- https://developers.cloudflare.com/rules/snippets/errors/
- https://developers.cloudflare.com/workers/observability/errors/
Additional information
It's out of scope of cloudflare/cloudflare-docs but I'd also suggest to revise the wording on 11xx error pages. 1101 error, which I debugged in a worker says "Worker threw an exception" so I naturally started with the worker that served the path.
Only after ruling out all possibilities in the worker I tried disabling snippets one by one and surprisingly - it helped.