You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/rules/snippets/errors.mdx
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Common errors
2
+
title: Snippets troubleshooting
3
3
pcx_content_type: troubleshooting
4
4
sidebar:
5
5
order: 8
6
+
label: Troubleshooting
6
7
head:
7
8
- tag: title
8
-
content: Common errors
9
+
content: Snippets troubleshooting
9
10
---
10
11
11
12
import { GlossaryTooltip } from"~/components";
12
13
13
-
Cloudflare Snippets may encounter specific errors during execution. Here are the common errors:
14
14
15
15
## Error 1201: Snippet tried to continue to origin multiple times
16
16
@@ -27,3 +27,11 @@ This error occurs when the number of <GlossaryTooltip term="Snippets subrequest"
27
27
### Resolution
28
28
29
29
Review your Snippet to ensure your code is within the <GlossaryTooltipterm="Snippets subrequest"prepend="A subrequest is ">subrequest</GlossaryTooltip> [limits](/rules/snippets/#availability) for your plan. Each subrequest counts against your limit, including any redirects within a subrequest chain.
30
+
31
+
## Snippets cannot be renamed
32
+
33
+
The name you define when creating a Snippet will be used as the Snippet ID and cannot be edited afterwards.
34
+
35
+
### Resolution
36
+
37
+
To change the name of your Snippet, create a new Snippet and delete the old one.
0 commit comments