Hi guys, I’m trying to connect to my mongo atlas from my machine, but I’m getting a serverSelectionTimeoutError, i have added my IP address to he access list still doesn’t work, but strangely if allow access from all origin, it connects successfully, I’m clueless as it stands, and would appreciate any help/pointers.
pymongo.errors.ServerSelectionTimeoutError: cluster0-shard-00-00.mghyr.mongodb.net:27017: timed out,cluster0-shard-00-02.mghyr.mongodb.net:27017: timed out,cluster0-shard-00-01.mghyr.mongodb.net:27017: timed out, Timeout: 30s, Topology Description: , , ]>
I’m Using the motor AsyncIOMotorClient driver in my FastApi app, happy to provide more info if needed