HI,
When I try to connect to “cluster0-shard-00-00-jxeqq-.mongodb.net” through Compass , facing “Server Selection Timedout after 30000ms” Error. I am not able to connect to the Database. The url http://portquiz.net:27017/ is working fine in my network.
The issue is fixed.
Hi @RajeshAnguraj,
Can you please share the solution that worked for you so that it can help others as well?
Thanks,
Shubham Ranjan
Curriculum Services Engineer
What he probably did is fix the typo from
by removing the dash following jxeqq.
1 Like
Hi @Paul_82595,
Please try to connect using this connection string :
mongodb+srv://m001-student:m001-mongodb-basics@cluster0-jxeqq.mongodb.net/test
If the issue still persists then please make sure that the basic tests mentioned in the lecture Chapter 0: Are you Behind a Firewall? are passing.
Thanks,
Shubham Ranjan
Curriculum Services Engineer