Hello
I’m having trouble completing the last section of Chapter 1 for course M001, Connect to your Atlas Cluster.
I have copied the connection string from as instructed in the exercise and have entered it in the IDE.
My connection string is: mongo “mongodb+srv://sandbox.9fyvl.mongodb.net/” --username m001-student
I have tried changing the dbname to test so the string reads as below, as I’ve read on these forums suggestions to try test database, but no luck.
mongo “mongodb+srv://sandbox.9fyvl.mongodb.net/test” --username m001-student
Screenshots attached for reference.
Can someone please kindly advise on this.