Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace default db url = localhost with 127.0.0.1 #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ajthinking
Copy link

@ajthinking ajthinking commented Oct 11, 2022

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.

@vercel
Copy link

vercel bot commented Oct 11, 2022

Someone is attempting to deploy a commit to a Personal Account owned by @salihozdemir on Vercel.

@salihozdemir first needs to authorize it.

@asdasd1dsadsa
Copy link

Yes, I found this issue, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants