denoland / denoland/deploy_feedback
MongoDB: Connection failed: Connection timed out (os error 110)
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I'm trying to understand if this is me or `deploy`. I have an app that connects to a remote MongoDB. I am able to connect fine locally and via other means using the same creds. In fact my app was able to connect fine yesterday. But currently I'm getting:
```
0 | Error: MongoError: "Connection failed: Connection timed out (os error 110)" at MongoClient.connect (https://deno.land/x/mongo@v0.28.0/src/client.ts:26:19) at async Server.handleRequest (file:///src/mod.ts:13:9) at async Server.#respond (https://deno.land/std@0.114.0/http/server.ts:246:30)
-- | --
1 | Error: MongoError: "Connection failed: Connection timed out (os error 110)" at MongoClient.connect (https://deno.land/x/mongo@v0.28.0/src/client.ts:26:19) at async Server.handleRequest (file:///src/mod.ts:13:9) at async Server.#respond (https://deno.land/std@0.114.0/http/server.ts:246:30)
2 | Error: MongoError: "Connection failed: Connection timed out (os error 110)" at MongoClient.connect (https://deno.land/x/mongo@v0.28.0/src/client.ts:26:19) at async Server.handleRequest (file:///src/mod.ts:13:9) at async Server.#respond (https://deno.land/std@0.114.0/http/server.ts:246:30)
3 | Error: MongoError: "Connection failed: Connection timed out (os error 110)" at MongoClient.connect (https://deno.land/x/mongo@v0.28.0/src/client.ts:26:19) at async Server.handleRequest (file:///src/mod.ts:13:9) at async Server.#respond (https://deno.land/std@0.114.0/http/server.ts:246:30)
...
```
In the logs: https://dash.deno.com/projects/kyan-jukebox-now-playing/logs
The app is just hanging (I guess due to the connection issue). Are you able to help?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.