TehCheese
Explore posts from serversDeno hanging when trying to connect with Mongoose
When I try to connect to MongoDB using Mongoose the whole process just hangs until eventually timing out.
I'm using a remote database with a user and password, and I know the URI is correct because I have used the same one on node.js projects.
just
And I know it's getting the URI from the env file, I logged it to console
There's no errors, other than the timeout error.
11 replies