Hellow,
PROBLEM: I can´t connect Mongo Compass with mongoDB Atlas (community edition). I use kotlin driver. I use IntelliJ editor.
The connection provided by MongoDB Atlas is:
mongodb+srv://:@cluster0.p8clp7f.mongodb.net/?retryWrites=true&w=majority
I completed the user with my data in Mongo Atlas and added a password. The mongoDB works fine.
I tried to upload here the compiler result to show the data, i couldn´t because I new .
I download mongo compass, update to 1.40.4 edition.
when open Compass from my desktop, it shows:
URI: mongodb://localhost:27017/
I read the documentation, but honesty I couldn´t solve by myself.
this is primary connection in mongodb atlas in cluster0 project:
ac-7fa6plv-shard-00-02.p8clp7f.mongodb.net:27017
ac-7fa6plv-shard-00-02.p8clp7f.mongodb.net:27017
which data i have to include in the URI to connect Compass with my Mongodb cluster0?
Thanks a lot.