How can I fix this error from my database, and can I just use a different database to fix it like the wispbyte one?
Posted by slak in discord-bots.
How can I fix this error from my database, and can I just use a different database to fix it like the wispbyte one?
Replies
navin.10
The reason why your gettings that issue is because the uri into mongoose is shown as "undefined" so it cant find anywhere where its defined. You can: a: define it in your file and use it like that b: use a .env file and install "dotenv".config to use it