You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using windows and decided to switch from feathersjs to simple deno or hono+deno with mongoose/mongodb
Tried all possible options, changing deno versions or mongoose or mongdb.
It works on my IP (sometimes) but rest it doesnt work from any other IP.
Evfen my Atlas cloud Network is set to 0.0.0.0,
Connect well with Hono+Bun or Bun, or Nodejs or featherjs.
After spending 3 days and tried all possible solutions, I gave up and switched to bun for now. My project is getting delayed. I had high hopes from deno.
URI : mongodb+srv://:@cluster.rhaiu.mongodb.net/testdb
Latest error is around :
MongoDB connection failed: MongooseServerSelectionError: Server selection timed out after 5000 ms at _handleConnectionErrors (c:\home\git\...........) at NativeConnection.openUri (c:\home\git\...\node_modules\mongoose\lib\connection.js:860:11) at eventLoopTick (ext:core/01_core.js:214:9) at async connectDB (file:///C:/home/git/..../src/config/db.ts:76:5) at async startApp (file:///C:/home/git/..../main.ts:20:7) { message: "Server selection timed out after 5000 ms", reason: TopologyDescription { type: "ReplicaSetNoPrimary",
The text was updated successfully, but these errors were encountered:
Version: Deno 2.0.* / canary
I am using windows and decided to switch from feathersjs to simple deno or hono+deno with mongoose/mongodb
Tried all possible options, changing deno versions or mongoose or mongdb.
It works on my IP (sometimes) but rest it doesnt work from any other IP.
Evfen my Atlas cloud Network is set to 0.0.0.0,
Connect well with Hono+Bun or Bun, or Nodejs or featherjs.
After spending 3 days and tried all possible solutions, I gave up and switched to bun for now. My project is getting delayed. I had high hopes from deno.
URI : mongodb+srv://:@cluster.rhaiu.mongodb.net/testdb
Latest error is around :
MongoDB connection failed: MongooseServerSelectionError: Server selection timed out after 5000 ms at _handleConnectionErrors (c:\home\git\...........) at NativeConnection.openUri (c:\home\git\...\node_modules\mongoose\lib\connection.js:860:11) at eventLoopTick (ext:core/01_core.js:214:9) at async connectDB (file:///C:/home/git/..../src/config/db.ts:76:5) at async startApp (file:///C:/home/git/..../main.ts:20:7) { message: "Server selection timed out after 5000 ms", reason: TopologyDescription { type: "ReplicaSetNoPrimary",
The text was updated successfully, but these errors were encountered: