인프런 커뮤니티 질문&답변

따라하며 배우는 노드, 리액트 시리즈 - 기본 강의

노드 리액트 기초 강의 #10 Bcrypt로 비밀번호 암호화 하기

MongooseError: The `uri` parameter to `openUri()` must be a string, got "undefined". Make sure the first parameter to `mongoose.connect()` or `mongoose.createConnection()` is a string.

21.06.23 20:22 작성

·

245

0

자꾸 npm run start 할 때 

MongooseError: The `uri` parameter to `openUri()` must be a string, got "undefined". Make sure the first parameter to `mongoose.connect()` or `mongoose.createConnection()` is a string.

오류가 발생합니다.

https://github.com/Lee-Sw/boiler-plate

오타때문인가 자꾸 보는데 확신이 없네요. 확인 가능하시다면 부탁드립니다.

답변 2

0

틀어놓고딴짓하는거 아니지?님의 프로필 이미지

2021. 06. 25. 07:49

이미 입력되어있는 상태입니다... 다시한번만 확인 부탁드려요

https://github.com/CheaterCatch/Sw-react-page

(user를 muser라 입력한 오류는 업로드 후에 확인하고 수정했는데 계속 안되네요...)

0

John Ahn님의 프로필 이미지
John Ahn
지식공유자

2021. 06. 24. 11:37

안녕하세요  

key.js 에 

if(process.env.NODE_ENV === 'production') {
module.exports = require('./prod');
} else {
module.exports = require('./dev');
}

이렇게 넣어주세요 !! 수고하세요 ~