Back to tools
Common errors in production
- 502 Bad Gateway: Frequently caused by crashed containers, application timeouts, or network issues between reverse proxy and backend.
- 504 Gateway Timeout: Generally indicates slow database queries, unresponsive external services, or insufficient capacity.
- 503 Service Unavailable: Usually during deploys, maintenance, or when auto-scaling cannot handle the load.
- 403 Forbidden: Can range from incorrectly configured file permissions to incorrect IAM policies in the cloud.