Nest.js
Nest Mongoose Unable to connect to the database. 에러 해결
바삭바삭감튀
2022. 12. 27. 20:17
* 환경
로컬에서 개발 중 Mongoose를 사용 할 때 이전에는 mongodb://localhost:27017로 DB연결을 자주 했는데
* 에러 발생 원인
다른 로컬에서 개발시에 Mongoose Unable to connect to the database. 에러가 발생했다.
* 해결 방법
mongodb://127.0.0.1:27017/ 로 연결을 해주어야지 정상 연결이 된다.
참고
https://stackoverflow.com/questions/70730514/unable-to-connect-to-the-database-retrying
728x90
반응형