摘要
A gateway or proxy received an invalid response from an upstream server.
何时发生
Common when a reverse proxy’s backend is down or returns garbage.
常见原因
- Upstream / backend server is down
- Backend returned an invalid response
- Reverse-proxy misconfiguration
- DNS or firewall blocking the upstream
解决方法
- Check the upstream/backend health
- Review reverse-proxy configuration
- Restart the backend service
- Verify upstream DNS and networking