How can I resolve [org.springframework.web.HttpMediaTypeNotAcceptableException: No acceptable representation] error?
I have created a REST API for user registration using Spring Boot in which I for response I’m using GenericResponse class along with ResponseEntity to manipulate the response but I’m facing
[org.springframework.web.HttpMediaTypeNotAcceptableException: No acceptable representation]
error