Almost every time I have to connect to the shell in the IDE for a lab, I get various errors. The most common one is this:
DNSRecordTypeMismatch: A Domain Name cannot have tokens other than dash or alphanumerics.
This is the connection string:
user@M001# mongo “mongodb+srv://:@.mongodb.net/admin”
I’ve tried this course on multiple computers, browsers, and operating systems; all with the same results. Anyone else having this trouble?