Read ECONNRESET

My app appears online but has stopped working for the past half an hour. I get the econnreset error in the console.

“ECONNRESET” means the other side closed its end of the connection. This could be for a number of reasons, so you’ll want to make sure you have error handling to provide more context e.g. req.on('error', (e) => { console.log(e); });