Unexpectedly closed the connection

My deploy previews have suddenly stopped working. Clicking the link takes me to a page that has the error ERR_CONNECTION_CLOSED. This happens on all branches. Oddly deploying a preview to production works fine, but opening the production preview also has the same problem.

Not sure what caused it, other than possibly setting my repo to private and then back to public again.

I’ve tried:

  • Unlinking, and relinking the repo.
  • Waiting 24h to see if it was a service issue.
  • Clearing the cache and retrying build.
  • Closing and reopening the related PR.

Which site is this about?

Hey there, this is regarding www.gamesrightmeow.com.

Hi, @gamesrightmeow. I am not seeing any connection errors when I test.

Would you be willing to make a HAR recording of the issue occurring?

To clarify, the issue isn’t with live production deploys (so www.gamesrightmeow.com is fine) but with preview deploys. For example, this deploy has the ERR_CONNECTION_CLOSED issue: https://deploy-preview-8--games-right-meow.netlify.app/

I can’t seem to attached files as a new user, so here’s the contents of the HAR file:

{
  "log": {
    "version": "1.2",
    "creator": {
      "name": "WebInspector",
      "version": "537.36"
    },
    "pages": [],
    "entries": [
      {
        "_initiator": {
          "type": "other"
        },
        "_priority": "VeryHigh",
        "_resourceType": "document",
        "cache": {},
        "request": {
          "method": "GET",
          "url": "https://deploy-preview-8--games-right-meow.netlify.app/",
          "httpVersion": "",
          "headers": [
            {
              "name": "Referer",
              "value": "https://github.com/GamesRightMeow/GamesRightMeow.github.io/pull/8"
            },
            {
              "name": "Upgrade-Insecure-Requests",
              "value": "1"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
            },
            {
              "name": "sec-ch-ua",
              "value": "\"Chromium\";v=\"116\", \"Not)A;Brand\";v=\"24\", \"Google Chrome\";v=\"116\""
            },
            {
              "name": "sec-ch-ua-mobile",
              "value": "?0"
            },
            {
              "name": "sec-ch-ua-platform",
              "value": "\"Windows\""
            }
          ],
          "queryString": [],
          "cookies": [],
          "headersSize": -1,
          "bodySize": 0
        },
        "response": {
          "status": 0,
          "statusText": "",
          "httpVersion": "",
          "headers": [],
          "cookies": [],
          "content": {
            "size": 0,
            "mimeType": "x-unknown"
          },
          "redirectURL": "",
          "headersSize": -1,
          "bodySize": -1,
          "_transferSize": 0,
          "_error": "net::ERR_CONNECTION_CLOSED"
        },
        "serverIPAddress": "",
        "startedDateTime": "2023-09-22T15:44:48.076Z",
        "time": 35.9760000001188,
        "timings": {
          "blocked": 35.9760000001188,
          "dns": -1,
          "ssl": -1,
          "connect": -1,
          "send": 0,
          "wait": 0,
          "receive": 0,
          "_blocked_queueing": -1
        }
      }
    ]
  }
}