bad_gateway
bad_gateway
HTTP 502 — An upstream service returned an invalid response.
Returned as application/problem+json with code bad_gateway and HTTP status 502.
An upstream service the gateway depends on returned an invalid or unexpected response.
Common causes
- A downstream service failed or returned something outside its contract.
How to resolve
- Usually transient — retry with backoff.
- If it persists, contact support with the
request_id.
Example
This error is typically transient — safe to retry with exponential backoff.