I had the same problem, on localhost I could access mongodb atlas, when I accessed it on another computer it gave me this error, I was able to solve it by changing the axios url, instead of leaving localhost I gave the IP of the computer that is running the server type http:/ /localhost:3000 moved to http:192.168.1.2:3000. That resolved it.