Server error
HTTP 500: Internal Server Error
HTTP 500 means the server hit an internal error.
Meaning
The server failed while handling the request and did not expose a more specific status.
Common causes
Unhandled exceptions, bad deployments, broken dependencies, or application bugs can cause it.
What to check
Check server logs, error traces, recent deploys, and failing upstream dependencies.
Example response
HTTP/1.1 500 Internal Server ErrorReferences
Related HTTP status codes
Nearby codes often answer the next debugging question.