문제상황
API 완료 후 테스트를 하려는데 Create 부터 에러가 났다.
콘솔을 보니 post_id가 빠졌단다..
값이 다 안들어갔으니 서버에러가 난듯..
해결방법
reply에 post_id를 추가해 주었다.
대댓글이라서 따로 입력값을 받지 않는 부분이라서 다소 헷갈렸다.
정상출력 확인
'🚨에러노트' 카테고리의 다른 글
[22.09.06] @EnableJpaAuditing 부재 에러 / Timestamped null값 에러 (0) | 2022.09.06 |
---|---|
[22.08.31] 조회 시 데이터 중복값 출력 에러 (0) | 2022.09.01 |
[22.08.27] JPA 지연로딩 프록시 에러 (0) | 2022.08.27 |
[22.08.27] SpringBoot Response Serialization error /직렬화 에러 (0) | 2022.08.27 |
[22.08.27] Reason: Failed to create query for method Repository.findAllByOrderByModifiedAtDesc()! No property 'posting' found for type 'Posting'; (0) | 2022.08.27 |