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

Connection issue #56

Closed
antaldaniel opened this issue Oct 8, 2016 · 1 comment
Closed

Connection issue #56

antaldaniel opened this issue Oct 8, 2016 · 1 comment

Comments

@antaldaniel
Copy link

There is a known connection issue with mongodb documented here and here. I ran into it on a Windows10 system, but apparently this happens with several OS's. The problem is connected to the fact that the mongodb driver does not fully support ipv6.

The workaround to this is rather simple.

Changing "localhost" to "127.0.0.1" should avoid this

The default url parameter in mongo is currently localhost, that his how I ran into this problem while testing something locally. Probably you should consider changing the default setting to ipv4 style or add a line in the documentation.

@jeroen
Copy link
Owner

jeroen commented Oct 8, 2016

OK 30ea60d

@jeroen jeroen closed this as completed Oct 8, 2016
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

No branches or pull requests

2 participants