트러블 슈팅

22/ 11/ 18 개인 연습 프로젝트 트러블 슈팅 회고

kwaktaem 2022. 1. 18. 19:17
  1. Sequelize Error: Unknown column 'commentId' in 'field list'
    • 해결
      • sourceKey -> targetKey
      • index.js associate 추가
  2. Cannot read properties of undefined (reading 'hasMany')
    • 해결
      • const config = require(__dirname + "../config/config.json")[env] 추가
      • index.js associate 소괄호 안에 sequelize -> db로 변경