backpack1098B
Convex Community3y ago
10 replies
backpack1098

ECONNREFUSED, errno: -111: Firewall issues?

Hello team! Maybe this is expected, im trying to use nodemailer locally but running into the error above. When i swap out nodemailer transport for Resend client, my functionality works. after doing some quick search, i see someone running into the same issue for gitpod: https://github.com/gitpod-io/gitpod/issues/8976. so this may be intentional. pls lemme know!
error
'error -> ' [Error: connect ECONNREFUSED 127.0.0.1:1025] {
  errno: -111,
  code: 'ESOCKET',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 1025,
  command: 'CONN'
}

$ netstat -vanp tcp | grep 1025
tcp4       0      0  127.0.0.1.1025         *.*                    LISTEN       131072  131072  43089      0 00100 00000106 000000000048eac0 00000001 00000900      1      0 000001

thanks, once again!
Was this page helpful?