Cesar
Explore posts from serversError connecting to mongoose when using deno cli
deno-x86_64-pc-windows-msvc v1.41.1
Testing the following code using
nodejs
and on deno deploy
works correctly:
But when testing using deno cli
it doesn't work.
I get the message on the console starting...
but not the connection error:
neither Connected to MongoDB
And after some time I get this error:
The same thing happens using mongodb
instead of mongoose
:
I'm starting the script as
I also tested running it as admin
, on the Mongo website I have all ip whitelisted
Why do I get this error only on the CLI version?82 replies
DIAdiscord.js - Imagine an app
•Created by Cesar on 2/6/2024 in #djs-questions
Bot permissions
32 replies
DIAdiscord.js - Imagine an app
•Created by Cesar on 1/31/2024 in #djs-questions
Hosting on Deno Deploy
I'm hosting my bot on
Deno Deploy
https://deno.com/deploy
it's working great but after some time it goes offline.
I tried:
but the 'disconnect' event is not getting fired.
What else could i try to make it keep online?57 replies