ECONNREFUSED on runtime

means that you application is trying to connect to a local instance of MongoDB that is currently down.

A server like MongoDB will terminate for 2 reasons:

  1. You terminate it yourself
  2. It crashes

In both cases the logs are needed for further investigation.