Meteor with MongoDB serverless

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

1 Like

Hi, welcome to the Forums.

Could you share more details about this service that you are using?

Maybe they need a different format in the URL.

Thanks.