Overnight I got a notification from a third party monitoring service that my Nextjs site is down. I’ve confirmed this in multiple browsers on multiple networks. Requests to my custom domains or the netlify one respond
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
There were no deployments that corresponded to the start of this outage (I’ve also tried redeploying, and it did not help), and I’m not seeing any suspect logs from my functions or edge functions. Is this some sort of server issue?
Domain: elcom-v2.netlify.app
Edit: After several hours of being down it started working again. Not sure what changed…