From 61bc5debb20a2ae964c63fd3a211f9e9e5aca33c Mon Sep 17 00:00:00 2001 From: htlers810-dotcom Date: Tue, 28 Oct 2025 00:28:39 -0600 Subject: [PATCH] Update error-1019.mdx --- .../http-status-codes/cloudflare-1xxx-errors/error-1019.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/error-1019.mdx b/src/content/docs/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/error-1019.mdx index cdfec4a36da8a8..c2108b42c9cc40 100644 --- a/src/content/docs/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/error-1019.mdx +++ b/src/content/docs/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/error-1019.mdx @@ -10,8 +10,10 @@ This error indicates a compute server error related to a Cloudflare Worker. ### Common cause + A Cloudflare Worker script recursively references itself. ### Resolution Ensure your Cloudflare Worker does not access a URL that calls the same Workers script. +use c