Created a database in free MongoDB Atlas cloud in AWS, downloaded MongoDB Compass Community in Windows10, testing my connection using Compass. I have pasted my connection string in Compass under “New Connection” tab as : mongodb://my_user:my_pwd@mycluster-u8ha7.mongodb.net:27017/my_db
and clicked “Connect”. I am getting following error: getaddrinfo ENOTFOUND mycluster-u8ha7.mongodb.net.
Can someone pls guide me how to troubleshoot and make this remote connectivity working from my local laptop? Just started playing around with MongoDB. So looking for the initial push to move forward. Thanks in advance.