I'm a beginner and creating a basic back-end application with Node.js
, Express.js
and Mongoose
for learning purpose. My DB is placed at Atlas-Mongo DB site. I set the entire configuration with the free tier, whitelisted my IP and all went smooth. On the first day, I was even able to test my API's which saved, read contents from DB using Postman
.
But the next day, when I started again, the server failed with MongoNetworkError: connection 5 to testcluster-shard-00-01-*****.mongodb.net:28907 2 closed.
After lot of trial and error, I found that for some reason my IP was blacklisted again, and hence I manually needed to visit Atlas MongoDB site and again white-list my IP.
Now, this happens every day. Every day the server is unable to connect to DB and I need to manually white list my IP again.
I'm a front-end guy so I really don't understand jargons like ports, server, crons, middleware, server-hosting, Db-hosting, IP whitelisting and Network stuff: to sum up, I really don't understand how this magical and mysterious backend works, Have I messed up something during MongoDB configuration?
As others have said, the issue would be that your IP address is dynamic and happens to be changing everyday.
Because your database is just for development and testing purposes, the easiest solution would be to whitelist all IP addresses.
This can be done by whitelisting the IP 0.0.0.0/0