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-5xx-errors.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ There are two possible causes:
72
72
- (Most common cause) [502/504 from your origin web server](#502504-from-your-origin-web-server)
73
73
-[502/504 from Cloudflare](#502504-from-cloudflare)
74
74
75
+
You may also see 504 status codes in logs or analytics caused by [cache MISS responses from Early Hints](/cache/advanced-configuration/early-hints/#emit-early-hints).
76
+
75
77
### 502/504 from your origin web server
76
78
77
79
Cloudflare returns a Cloudflare-branded HTTP 502 or 504 error when your origin web server responds with a standard HTTP 502 bad gateway or 504 gateway timeout error:
@@ -129,6 +131,8 @@ HTTP error 503 occurs when your origin web server is overloaded. There are two p
129
131
2. The time and timezone of the 503 error occurrence
130
132
3. 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)
131
133
134
+
You may also see 503 status codes in logs or analytics caused by [unsuccessful prefetches from Speed Brain](/speed/optimization/content/speed-brain/#how-speed-brain-works).
0 commit comments