Hello @anasustic - The issue seems to be related to a closed input stream.The InputStream is being closed somewhere before it's being read by the ObjectMapper. @Override
public Object readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType,
...