stackoverflow-clone
stackoverflow-clone copied to clipboard
Replace default db url = localhost with 127.0.0.1
Hi! Thank you for making this amazing thing🤩
While starting the server with the default db url I kept getting Error: connect ECONNREFUSED ::1:27017.
Turns out newer versions of node can experience this when 'localhost' is used as db url. Replaced it with 127.0.0.1 and that seems to work fine. Did not confirm with older versions but I think they should be good with this url as well.
Someone is attempting to deploy a commit to a Personal Account owned by @salihozdemir on Vercel.
@salihozdemir first needs to authorize it.
Yes, I found this issue, too.