I go to Mongo Atlas, get the connections string, modify it and then paste it into the IDE. What I get back is the message: “No such file or directory”.
The connection string that I paste into the IDE is: “mongodb+srv://cluster0.3jy4w.mongodb.net/cluster0” --apiVersion 1 --username Armando
Hey @Armando_Halpern,
Welcome to the MongoDB University Forums
Please use the mongosh
in the initial of the connection string to connect to your cluster via IDE.
For example:
mongosh "mongodb+srv://cluster0.3jy4w.mongodb.net/cluster0" --apiVersion 1 --username Armando
To read more about mongosh
click here
Thanks,
Kushagra
I got this error: MongoshInvalidInputError: [COMMON-10001] Invalid URI
Please show screenshot of how you are connecting
In IDE you have to type mongo/mongosh followed by your connect string as explained in above post
Hi,
Now it seems to have worked fine, but I cannot reach the Run Test button at the bottom of the screen.
Adjust your screen size.zoom out with F11
Also there will be scroll button on extreme right.Drag it to the bottom