mongo db) TypeError: User is not a constructor
by NayC 2021. 10. 31. 16:44
mongo db에 만들어준 model을 export 하고 받는 과정에서 생긴 오류
-> 주로 철자 문제일 수 있으니 다시 확인해볼 것
* 나 같은 경우에도 module.exporrts = {User} 라고 잘못 적었었는데 수정해주고 다시 npm run start 해주니 바로 되었다.
https://pretagteam.com/question/typeerror-user-is-not-a-constructor
React) Error occurred while proxying request localhost:3000/api/hello to http://localhost:5000/
2021.11.03
nodemon) Error: Cannot find module 'C:\Users\...\Documents\boiler-plate\index.js'
postman) Cloud Agent Error: Can not send requests to localhost. Select a different agent.
2021.10.31
mongo db) Error: querySrv ENODATA _mongodb._tcp.boilerplate.59spv.mongodb.net
2021.10.27