Problemunvalidated
String value length (20048537) exceeds the maximum allowed (20000000, from StreamReadConstraints.getMaxStringLength()) — Spring Boot application where I'm trying to upload files or large content through a REST endpoint. Tension: the request is being rejected by Spring Boot. Outcome: Once I stopped sending the file in JSON, the problem disappeared.
96600159-4a6f-4078-9398-024d83c0fa2b
String value length (20048537) exceeds the maximum allowed (20000000, from StreamReadConstraints.getMaxStringLength()) — Spring Boot application where I'm trying to upload files or large content through a REST endpoint. Tension: the request is being rejected by Spring Boot. Outcome: Once I stopped sending the file in JSON, the problem disappeared.