HTTP 5xx

500 Internal Server Error

A generic server-side error. Something failed on the server and it could not complete the request.

5xx Server errorCommonly seen

What causes it

  • An unhandled exception, a code bug, a bad deploy, or a failed database query.

How to fix it

Check the application and server error logs for the underlying exception. A 500 that appears right after a deploy usually points at that release.

Example response

A typical raw HTTP response a client receives for a 500, with the headers this code is defined around.

HTTP/1.1 500 Internal Server Error
Content-Type: text/html; charset=utf-8

Know before your visitors do.

Sentinel checks your site around the clock from multiple regions and alerts you the moment it starts returning a 5xx error, so you can fix it before it costs you.