Wenn Frontend die Anfrage an Backend -Anwendung an meinem Ende sendet (Java Spring), gibt es PayloadToolargeException zurück: 413 payload_too_large, mit stacktrace: < /p>
Caused by: org.springframework.core.io.buffer.DataBufferLimitException: Exceeded limit on max bytes to buffer : 262144
at org.springframework.core.io.buffer.LimitedDataBufferList.raiseLimitException(LimitedDataBufferList.java:99)
at org.springframework.core.io.buffer.LimitedDataBufferList.updateCount(LimitedDataBufferList.java:92)
at org.springframework.core.io.buffer.LimitedDataBufferList.add(LimitedDataBufferList.java:58)
at reactor.core.publisher.MonoCollect$CollectSubscriber.onNext(MonoCollect.java:103)
< /code>
Gibt es eine Möglichkeit, die Puffergröße für einen bestimmten Endpunkt an meinem Ende zu erhöhen? Ich weiß>
PayloadToolargeException: 413 Payload_Too_Large in Java Spring Application (an meinem Ende) ⇐ Java
-
- Similar Topics
- Replies
- Views
- Last post