본문 바로가기
프로그래밍

[MongoDB] 접속 에러 (IP whitelist)

by 개발자신입 2024. 6. 7.
반응형

에러 내용

Error connecting to MongoDB MongooseServerSelectionError: 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: https://www.mongodb.com/docs/atlas/security-whitelist/

 

Configure IP Access List Entries - MongoDB Atlas

Atlas only allows client connections to the cluster from entries in the project's IP access list. Each entry is either a single IP address or a CIDR-notated range of addresses. For AWS clusters with one or more VPC Peering connections to the same AWS regio

www.mongodb.com

 

원인

MongoDB에 내 IP 주소가 저장되어 있지 않아서 접속이 불가능했던 것.

 

해결 방법

  • 네이버에서 '내 ip 주소 확인' 검색 후, 그 ip를 mongoDB에 저장함. 
  • 또는 모든 ip 연결 가능하도록 함.
반응형

댓글