Hi,
I’m trying to connect to the M121 Atlas cluster, and I’m getting a funny error. I’ve looked through the MongoDB docs for making connections to clusters and copied the same code but I keep ending up with the same error result.
mongo command:
mongo “mongodb://cluster0-shard-00-00-jxeqq.mongodb.net:27017,cluster0-shard-00-01-jxeqq.mongodb.net:27017,cluster0-shard-00-02-jxeqq.mongodb.net:27017/aggregations?replicaSet=Cluster0-shard-0” --authenticationDatabase admin --ssl -u m121 -p aggregations --norc
and error message:
2019-08-24T23:20:52.656-0300 E QUERY [js] uncaught exception: SyntaxError: unexpected token: string literal :
Please assist