Reputation: 33
I am taking "Uncaught Promise Error: { MongoTimeoutError: Server selection timed out after 30000 ms" error in console. What can i do?
Upvotes: 3
Views: 2129
Reputation: 3905
Your MongoDB server is down or inaccessible. If you're using MongoDB Atlas, you might have forgotten to whitelist your IP. Here's how to fix it (from the page I just linked):
If you're running the bot locally, you can google "what's my IP" and it should show your public IP right on the search page.
Upvotes: 1