혹시 Postman으로 request를 보내다가 Content type 'text/plain;charset=UTF-8' not supported 라는 에러를 만나게 된다면
노란색 동그라미 부분에 타입이 혹시 Text로 되어 있지는 않은지 확인해보시기 바랍니다.
저는 JSON형태의 request를 보내야 하는데, text 형태로 지정하여 보냈더니 아래와 같이 에러가 발생했습니다.
Text대신 JSON으로 바꾸어주니 에러 없이 제대로 작동하게 되었습니다.
반응형
'Error Handling Log' 카테고리의 다른 글
QueryDsl-required a bean of type 'com.querydsl.jpa.impl.JPAQueryFactory' 해결방법 (2) | 2022.10.08 |
---|---|
Parameter 2 of constructor in ... that could not be found error (0) | 2022.09.27 |
.gitignore 파일에 등록된 파일이 이미 commit되어 있는 경우 (0) | 2022.09.05 |
Circular Dependencies error (0) | 2022.07.25 |
Hibernate에러: object references an unsaved transient instance - save the transient instance before flushing (2) | 2022.07.14 |