오류&에러/NodeJS

NodeJS로 express와 mongoDB 연결시 오류 해결 Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is o..

씨네 2023. 1. 31. 20:32
728x90

 

리액트를 간단하게 알아보기 위해 예전에 공부했던 내용으로 다시 리액트를 맛보기 하려던 도중 몽고디비를 연결하는 과정에서 오류가 발생했다.

Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist

 

이라는 메세지와 함께...

 

사실 몽고디비 클러스터를 만들어두고 안쓴지 너무 오래되었는데 그동안 나는 자취를 시작해서 집도 바뀌고 컴퓨터도 맥으로 바뀌었다. 

그래서 발생하는 오류인거같은데,,

 

 

일단 몽고디비 사이트로 들어가보자.

"Network Access"로 들어가서

요 버튼을 누른뒤 Confirm 버튼을 눌러보자

 

 

그러면 잘 됫 것이다...

728x90