Skip to content

Commit 6586d9b

Browse files
committed
Updates 10xxx page
1 parent 6108b7e commit 6586d9b

File tree

1 file changed

+53
-31
lines changed

1 file changed

+53
-31
lines changed

src/content/docs/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-10xxx-errors.mdx

Lines changed: 53 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -163,109 +163,131 @@ This error occurs when the source URL of a URL redirect includes a port (for exa
163163

164164
### Common causes
165165

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.
166171

167172
### Resolution
168173

169174
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.
170175

171-
***
172-
173176
## Error 10053: Invalid redirect source URL with query string
174177

175178
This error occurs when the source URL of a URL redirect includes a query string component, which is not supported.
176179

177180
### Common causes
178181

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+
179188
### Resolution
180189

181190
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.
182191

183-
***
184-
185192
## Error 10054: Invalid redirect source URL with fragment
186193

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.
190195

191196
### Common causes
192197

193-
### Resolution
198+
Possible causes of this error are:
194199

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.
196202

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
198204

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.
200206

201207
## Error 10055: Query string settings incompatible with redirect target URL
202208

203209
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.
204210

205211
### Common causes
206212

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+
207218
### Resolution
208219

209220
Perform one of the following:
210221

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
215224

216225
## Error 10056: The add list items operation contains different types of list items
217226

218227
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.
219228

220229
### Common causes
221230

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+
222237
### Resolution
223238

224239
Remove the list items that do not apply to the list type. This means:
225240

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.
230243

231244
## Error 10058: List items incompatible with list type
232245

233246
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.
234247

235248
### Common causes
236249

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+
237256
### Resolution
238257

239258
Make sure you are adding the items to the correct list:
240259

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.
246263

247264
## Error 10059: Maximum number of repeated URL source paths exceeded
248265

249266
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.
250267

251268
### Common causes
252269

253-
### Resolution
270+
Possible causes of this error are:
254271

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.
256275

257-
Refer to [URL redirect parameters](/rules/url-forwarding/bulk-redirects/reference/parameters/) for more information on the current limits.
276+
### Resolution
258277

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.
260279

261280
## Error 10060: Missing scheme in redirect target URL
262281

263282
This error occurs when the target URL of a URL redirect does not include a scheme, which is mandatory.
264283

265284
### Common causes
266285

267-
### Resolution
286+
Possible causes of this error are:
268287

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
270292

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

Comments
 (0)