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
}
}
]
}
}