Posted by
The Code Post
on
- Get link
- X
- Other Apps
This error is usually sourced by MongoDB's whitelist protection. When your IP address changes, MongoDB bans your IP address since it is not whitelisted. As a result, the easy solution is to whitelist your IP on your MongoDB dashboard.
- Go to your dashboard
- Select Network Access in the left menu
- Select ADD IP ADRESS
- Put in the Address List Entry this
0.0.0.0 (that means anybody can access your database);
or type in your current IP address - Save and try
This should solve the problem.
0.0.0.0 (that means anybody can access your database);or type in your current IP address
- Get link
- X
- Other Apps

Comments
Post a Comment