회원가입시 findUserWithEmail 부분에서 아래와 같이 서버에서 에러납니다.
(node:88801) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'get' of undefined
at Object.getNode (/Users/yeon/dev/workspace_js/boostcamp_member/2019-17/server/src/utils/parseDB.ts:14:20)
at /Users/yeon/dev/workspace_js/boostcamp_member/2019-17/server/src/schema/user/user.ts:35:16
at step (/Users/yeon/dev/workspace_js/boostcamp_member/2019-17/server/src/schema/user/user.ts:33:23)
at Object.next (/Users/yeon/dev/workspace_js/boostcamp_member/2019-17/server/src/schema/user/user.ts:14:53)
at fulfilled (/Users/yeon/dev/workspace_js/boostcamp_member/2019-17/server/src/schema/user/user.ts:5:58)
at process._tickCallback (internal/process/next_tick.js:68:7)
(node:88801) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
회원가입시 findUserWithEmail 부분에서 아래와 같이 서버에서 에러납니다.