-
Notifications
You must be signed in to change notification settings - Fork 130
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
Error: No such host is known #185
Comments
Hi Maxim, This might be an error coming from Could you see if connecting to your URI from their documentation example works for you? If it does, then it might be a case of upgrading this driver version which I can help with. Let me know so we can figure this out together! |
Hi Arnaud, No, it does not work (I've also created an issue in their repository). I managed to connect to my local instance with |
Mmm, I believe most people are using their cloud service so you're right it should be supported. For now, I will close this issue since this isn't directly related to denodb and will eventually be fixed with the driver. If there is anything else, let me know :) |
Yes, you are right. This fix should be applied to the driver side once the Deno resolveDns API becomes available. |
When I use the following host:
I get the following error:
The same host is normally connected with Node.js and the
mongodb
npm package.The text was updated successfully, but these errors were encountered: