Docker-compose를 통해 nodejs 와 mongodb 를 실행하는 과정에서 발생한 에러이다.
로컬에서 돌릴 때에는
“mongodb://localhost:27017/dbName” 만으로 실행됐으나,
DB를 도커에서 돌리다보니 유저 아이디와 비밀번호를 함께 설정해 접속을 해야하는 것 같다.
"mongodb://username:password@host:port/dbName" 의 형태로 변경하여 에러를 해결하였다.
'에러 > mongodb' 카테고리의 다른 글
[MongoDB] mongoerror authentication failed 에러 (0) | 2021.03.18 |
---|---|
[MongoDB] password에 @ 가 포함되어 있을 시 (0) | 2021.03.18 |
[MongoDB] command listcollections requires authentication 에러 (0) | 2021.03.18 |
[MongoDB] Username and password must be escaped according to RFC 3986, use urllib.parse.quote_plus() 에러 (0) | 2021.01.08 |
mongorestore 에러 (0) | 2020.12.15 |
댓글