Hello, I’m on Windows 7 and I can’t use the mongodb shell that the class is suggesting. I spoke with your Customer Support team (Clevy) and they suggested I downloaded the shell that supports Windows 7+.
https://www.mongodb.com/try/download/shell
So, I installed it and tried to connect to my cluster. I was able to log in with the password using the command:
mongosh "mongodb://sandbox-shard-00-00.u8drk.mongodb.net:27017/sample_airbnb" --username m001-student
but I got this response back:
Current sessionID: b35d7728b64c5619a480c2b2
Enter password: m001-mongodb-basics
Connecting to: mongodb://sandbox-shard-00-00.u8drk.mongodb.net:27017/sample_airbnb
MongoServerSelectionError: connection <monitor> to 23.23.26.96:27017 closed
Any ideas on how to make this work? Thank you so much.