Mongoose unable to connect to db on same VPS
Fellow Community :
I’m desperately trying to connect through Mongoose in a node.js 20 server running on port 5001 in a Docker container to my database located on the same ubuntu 23 VPS (Virtual Private Server) as the running container, however failing to do so. Note: Interestingly, I am able to connect to the database from Mongo compass or my node server on my computer…
Mongoose unable to connect to db on same server
Fellow Community :
I’m desperately trying to connect through Mongoose in a node.js 20 server running on port 5001 in a Docker container to my database located on the same ubuntu 23 VPS (Virtual Private Server) as the running container, however failing to do so. Note: Interestingly, I am able to connect to the database from Mongo compass or my node server on my computer…