diff --git a/src/content/docs/rules/snippets/errors.mdx b/src/content/docs/rules/snippets/errors.mdx index 7399b203d540ff..5a0deb1bbeada2 100644 --- a/src/content/docs/rules/snippets/errors.mdx +++ b/src/content/docs/rules/snippets/errors.mdx @@ -1,16 +1,16 @@ --- -title: Common errors +title: Snippets troubleshooting pcx_content_type: troubleshooting sidebar: order: 8 + label: Troubleshooting head: - tag: title - content: Common errors + content: Snippets troubleshooting --- import { GlossaryTooltip } from "~/components"; -Cloudflare Snippets may encounter specific errors during execution. Here are the common errors: ## Error 1201: Snippet tried to continue to origin multiple times @@ -27,3 +27,11 @@ This error occurs when the number of subrequest [limits](/rules/snippets/#availability) for your plan. Each subrequest counts against your limit, including any redirects within a subrequest chain. + +## Snippets cannot be renamed + +The name you define when creating a Snippet will be used as the Snippet ID and cannot be edited afterwards. + +### Resolution + +To change the name of your Snippet, create a new Snippet and delete the old one.