작성
·
523
0
(node:15956) UnhandledPromiseRejectionWarning: SequelizeDatabaseError: Unknown column 'Followers->Follow.FollowingId' in 'field list'
(node:15956) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:15956) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js
process with a non-zero exit code.
로그인을 눌렀을때 계속 로딩중입니다.
조금 기다리면 터미널에 이런 오류가 뜹니다.
어디쪽에서 잘못된건지 모르겠어요 ㅠㅠ
답변 6
1
1
1
워크벤치에서 Follow 테이블을 확인해보세요. FollowingId 컬럼이 생성되지 않은 것 같습니다. Follow 테이블을 지웠다가 다시 서버 재시작하면 정상적으로 테이블이 생성될 겁니다.
0
0
0