#Getting ECONNREFUSED to 127.0.0.1 on new installation

2 messages · Page 1 of 1 (latest)

raw aurora
#

I'm getting this trying to do a fresh install on a clean DB. Then the app crashes. There's nothing in my config that should try to connect to 127.0.0.1—even for local dev.

Strangely, a user is created in the database, and seems to be fine, except it is unverified. If I manually verify in the DB, I can log in and things seem normal.

I was on 1.5.6 and tried upgrading to 1.5.7. Same scenario. I've been dropping the database entirely between runs, so there shouldn't be a cruft causing the issue. Haven't done a fresh install for a while, so no more info on what version the potential regression may have started in.

Here's the error:

Error: connect ECONNREFUSED 127.0.0.1:443
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16) {
  errno: -61,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 443
}
#

To add to normal, all collections in the DB seem to have been created correctly.