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 cdfec4a36da8a89..c2108b42c9cc40d 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