작성
·
307
0
Error: listen EADDRINUSE: address already in use :::4000
4000포트 사용하는 PID를 kill한 후 다시 start로 올려도 동일한 에러가 발생합니다.
작성한 구문은 아래에 첨부합니다.
답변 2
1
0
vscode를 재실행 한 후에는 위와같은 오류가 발생하지 않고 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.
이런 오류가 발생하고 있습니다. 참고로 ip를 몽고db에 설저해두었고, 모든 ip대상으로 설정하여도 마찬가지 입니다.
환경은 맥입니다.