When I connecting to MongoDB Using Compass the system answer is: “Could not connect to MongoDB on the provided host and port”
I think that the port is OK, because:
What should I do?
When I connecting to MongoDB Using Compass the system answer is: “Could not connect to MongoDB on the provided host and port”
I think that the port is OK, because:
What should I do?
Hi Irina, still having issues? I would try to run the port tests as described,
i.e.
ping cluster0-shard-00-00-jxeqq.mongodb.net
Or for more detailed info on Windows Powershell
Test-NetConnection -InformationLevel detailed -ComputerName portquiz.net -Port 27017
You should get something like this:
Along with @Yumed_Pablo_06570 reply, here is one link that might be of some help: Compass Connection [Solution]
Kanika