Skip to content

Commit b23fa95

Browse files
authored
[Support] Update troubleshooting-cloudflare-5xx-errors.mdx
1 parent c1c7815 commit b23fa95

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/content/docs/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,13 @@ HTTP error 503 occurs when your origin web server is overloaded.
118118

119119
### Common causes
120120

121-
There are two possible causes identifiable by the error message:
121+
There are different causes identifiable by the error message or the location of the error:
122122

123123
- Error does not contain `cloudflare` or `cloudflare-nginx` in the HTML response body. In this case, the issue is likely from your origin server.
124124
- Error contains `cloudflare` or `cloudflare-nginx` in the HTML response body. In this case, the issue may stem from Cloudflare.
125+
- Error is only visible in the logs or analytics
125126

126-
Additionally, `503` status codes in logs or analytics may result from [unsuccessful prefetches from Speed Brain](/speed/optimization/content/speed-brain/#how-speed-brain-works).
127+
Additionally, `503` status codes in logs or analytics may result from .
127128

128129
### Resolution
129130

@@ -141,6 +142,13 @@ If the error contains `cloudflare` or `cloudflare-nginx` in the HTML response bo
141142
- The time and timezone of the `503` error occurrence
142143
- The output of `www.example.com/cdn-cgi/trace` from the browser where the `503` error was observed (replace `www.example.com` with your actual domain and hostname)
143144

145+
#### 503 Error only visible in logs and analytics
146+
147+
These errors result from [unsuccessful prefetches from Speed Brain](/speed/optimization/content/speed-brain/#how-speed-brain-works) and can be discarded.
148+
These errors are not visible to visitors of your website.
149+
[Speed Brain](/speed/optimization/content/speed-brain/#enable-and-disable-speed-brain) can be disabled for the zone if needed (this feature cannot be disabled for a specific path).
150+
151+
144152
## Error 520: web server returns an unknown error
145153

146154
This error occurs when the origin server returns an empty, unknown, or unexpected response to Cloudflare.

0 commit comments

Comments
 (0)