Hello, everyone,
Has anyone tried to use MongoDB serverless with meteor?
I’m trying to connect my meteor app with mongo using this connection string
“mongodb+srv://:@myDatabase.puop2.mongodb.net/myFirstDatabase”
but I’m getting this error, "MongoParseError: Text record must only set authSource
or replicaSet
"
I’m using the latest version of Meteor