ServerChrome · Edge
ERR_EMPTY_RESPONSE

Empty Response

The server accepted the connection then closed it without sending any data. This usually means a server-side error or crash.

Why this happens

  • The web application crashed before generating a response
  • The server ran out of memory and killed the request
  • An upstream service (database, API) the site depends on timed out
  • A misconfigured server closed the connection prematurely
  • The site is under heavy load and dropping requests

How to fix it

  1. 1

    Hard refresh the page (Ctrl+Shift+R / Cmd+Shift+R)

  2. 2

    Wait a minute and try again — often caused by a brief crash loop

  3. 3

    Clear your browser cache and cookies for the site

  4. 4

    Check the site's status page or social media for outage reports

  5. 5

    Try a different browser to rule out browser-specific issues

Diagnose it faster

Use our free tools to check whether the issue is on your end or the server's:

All browser error codes