에러 메세지 >TypeError: Cannot destructure property 'title' of 'req.body' as it is undefined. 상황: console.log(req.body);해도 콘솔창에 클라이언트의 요청 본문이 출력되지 않는다.
Incorrect date value: '2024-11-22 00:53:14' for column 'enrollment_date' at row 1컬럼의 날짜 형식과 INSERT하려는 날짜형식이 맞지 않아 발생하는 문제이다.DATE: 'YYYY-MM-DD'DATETIME