连接mongoDB的时候一直报这个错误 只需要把network access那里设的ip地址变成0.0.0.0/0 即可 可以按照以下步骤来
Follow below steps:
1] Go to https://www.mongodb.com/cloud/atlas
2] login to your mongodb atlas account
3] Click on network access
i] if you have already added ip address, then here you can see ip access list
a] click on delete
ii] if you have not already added ip address, then just follow below steps:
4] click on add ip address
5] select 'add current ip address' or if you want you can also select 'allow access from anywhere'
6] type in comment if you want
7] click on confirm button
8] this will show pending loader, wait until it shows active status
9] now restart your server on terminal by typing 'npm start'
参考 https://stackoverflow.com/questions/61937581/error-could-not-connect-to-any-servers-in-your-mongodb-atlas-cluster
|