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/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-10xxx-errors.mdx
+53-31Lines changed: 53 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,109 +163,131 @@ This error occurs when the source URL of a URL redirect includes a port (for exa
163
163
164
164
### Common causes
165
165
166
+
Possible causes of this error are:
167
+
168
+
- The source URL is configured to include a custom or non-standard port.
169
+
- A copy-pasted URL from another environment or system includes a port.
170
+
- A development or testing URL was mistakenly used in the redirect configuration.
166
171
167
172
### Resolution
168
173
169
174
Remove the port from the redirect source URL. Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
170
175
171
-
***
172
-
173
176
## Error 10053: Invalid redirect source URL with query string
174
177
175
178
This error occurs when the source URL of a URL redirect includes a query string component, which is not supported.
176
179
177
180
### Common causes
178
181
182
+
Possible causes of this error are:
183
+
184
+
- The source URL is copied from a browser or external source that includes query parameters (for example, https://example.com/page?param=value).
185
+
- Misconfiguration or oversight during the URL setup includes unnecessary query strings.
186
+
- An attempt to redirect based on specific query parameters rather than the path alone.
187
+
179
188
### Resolution
180
189
181
190
Remove the query string from the redirect source URL. Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
182
191
183
-
***
184
-
185
192
## Error 10054: Invalid redirect source URL with fragment
186
193
187
-
This error occurs when the source URL of a URL redirect includes a fragment component (for example, `https://example.com/search/#fragment`).
188
-
189
-
Fragment components are not part of an HTTP request; they are an indication for the browser to scroll to a specific location once the page has loaded.
194
+
This error occurs when the source URL of a URL redirect includes a fragment component (for example, `https://example.com/search/#fragment`). Fragment components are not part of an HTTP request; they are an indication for the browser to scroll to a specific location once the page has loaded.
190
195
191
196
### Common causes
192
197
193
-
### Resolution
198
+
Possible causes of this error are:
194
199
195
-
Remove the fragment from the redirect source URL.
200
+
- The source URL is copied from a browser or external source that includes a fragment (for example, #section1).
201
+
- A fragment was inadvertently added during URL configuration or editing.
196
202
197
-
Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
203
+
### Resolution
198
204
199
-
***
205
+
Remove the fragment from the redirect source URL. Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
This error occurs when you enable the **Preserve query string** option of a URL redirect, but also provide a query string in the redirect target URL. In this case, the URL redirect would have conflicting configuration on how to handle the query string of incoming requests.
204
210
205
211
### Common causes
206
212
213
+
Possible causes of this error are:
214
+
215
+
- The **Preserve query string** option is enabled without consideration of the target URL's existing query string.
216
+
- A query string was added to the target URL after the redirect configuration was created.
217
+
207
218
### Resolution
208
219
209
220
Perform one of the following:
210
221
211
-
* Disable the **Preserve query string** option in the URL redirect
212
-
* Remove the query string component from the redirect target URL
213
-
214
-
***
222
+
- Disable the **Preserve query string** option in the URL redirect
223
+
- Remove the query string component from the redirect target URL
215
224
216
225
## Error 10056: The add list items operation contains different types of list items
217
226
218
227
This error occurs when there are different types of list items (for example, IP addresses, hostnames, and URL redirects) in a single operation to add items to a list. The error may occur for an IP list, a hostname list, or a Bulk Redirect List.
219
228
220
229
### Common causes
221
230
231
+
Possible causes of this error are:
232
+
233
+
- Mixing different types of items (for example, IP addresses and URL redirects) in a single add operation.
234
+
- Copying and pasting list items without verifying that they match the intended list type.
235
+
- Misconfiguration or oversight when creating or updating the list.
236
+
222
237
### Resolution
223
238
224
239
Remove the list items that do not apply to the list type. This means:
225
240
226
-
* Removing IP addresses from a request to add items to a Bulk Redirect List
227
-
* Removing URL redirects from a request to add items to an IP list
228
-
229
-
***
241
+
- Removing IP addresses from a request to add items to a Bulk Redirect List.
242
+
- Removing URL redirects from a request to add items to an IP list.
230
243
231
244
## Error 10058: List items incompatible with list type
232
245
233
246
This error occurs when you are adding items to a list (either IP list, hostname list, or Bulk Redirect List) and the list items are incompatible with the list type.
234
247
235
248
### Common causes
236
249
250
+
Possible causes of this error are:
251
+
252
+
- Attempting to add IP addresses to a hostname or Bulk Redirect List.
253
+
- Adding URL redirects to an IP list or hostname list.
254
+
- Misconfiguration or confusion regarding the intended list type.
255
+
237
256
### Resolution
238
257
239
258
Make sure you are adding the items to the correct list:
240
259
241
-
* Custom lists with IP addresses (IP lists) can only contain IP addresses as list items
242
-
* Custom lists with hostnames can only contain hostnames as list items
243
-
* Bulk Redirect Lists can only contain URL redirects as list items
244
-
245
-
***
260
+
- Custom lists with IP addresses (IP lists) can only contain IP addresses as list items.
261
+
- Custom lists with hostnames can only contain hostnames as list items.
262
+
- Bulk Redirect Lists can only contain URL redirects as list items.
246
263
247
264
## Error 10059: Maximum number of repeated URL source paths exceeded
248
265
249
266
This error occurs when you have more than the maximum number of URL redirects with the same source URL path across all Bulk Redirect Lists in your account, regardless of the URL redirect domain.
250
267
251
268
### Common causes
252
269
253
-
### Resolution
270
+
Possible causes of this error are:
254
271
255
-
Review the path of your source URLs so that you do not have more than the maximum number of URL redirects sharing the same URL path in your account, regardless of their domain or the list they belong to.
272
+
- Multiple Bulk Redirect Lists contain redirects with the same source URL path.
273
+
- Overlapping or duplicate configurations across different lists and domains.
274
+
- Mismanagement of redirects, leading to excessive duplication of source URL paths.
256
275
257
-
Refer to [URL redirect parameters](/rules/url-forwarding/bulk-redirects/reference/parameters/) for more information on the current limits.
276
+
### Resolution
258
277
259
-
***
278
+
Review the path of your source URLs so that you do not have more than the maximum number of URL redirects sharing the same URL path in your account, regardless of their domain or the list they belong to. Refer to [URL redirect parameters](/rules/url-forwarding/bulk-redirects/reference/parameters/) for more information on the current limits.
260
279
261
280
## Error 10060: Missing scheme in redirect target URL
262
281
263
282
This error occurs when the target URL of a URL redirect does not include a scheme, which is mandatory.
264
283
265
284
### Common causes
266
285
267
-
### Resolution
286
+
Possible causes of this error are:
268
287
269
-
Review the target URL of the URL redirect and ensure that it contains a scheme (for example, `https`).
288
+
- The target URL is missing the http or https scheme due to a typo.
289
+
- The URL was copied from a source that did not include the scheme.
290
+
291
+
### Resolution
270
292
271
-
Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the required URL components for redirect target URLs.
293
+
Review the target URL of the URL redirect and ensure that it contains a scheme (for example, `https`). Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the required URL components for redirect target URLs.
0 commit comments