Hello, I recently noticed that my app is not able to connect to mongodb atlas when deployed here. From my machine it works fine. I am receiving this error:
MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
I already configured atlas to allow incoming connections from anywhere. 1-2 months ago everything was working ok.
Any help?