Closed eliob83 closed 1 year ago
I was struggling with the same problem. After a half day later my problem was magically solved by recompiling the packages. I still don't know the reason...
Update:
I found the magical thing. withChunkedTransferDecoding
property needs to be false. You probably work on a web container that already decodes chunks(in my case spring boot).
Thank you for the reply and helping out.
I'm closing this issue as this is already mentioned in the README:
withChunkedTransferDecoding
: [...] By default, chunked decoding via this library is disabled (as modern frameworks tend to already do this for you)
Hello,
We are facing an exception when trying to upload a file from tus/tus-java-client (demo code) to tomdesair/tus-java-server. The server is located within a Quarkus server. Both tus modules are on their latest versions. We successfully uploaded the same files using Uppy (from tomdesair/tus-java-server-spring-demo) on a web interface.
This exception is raised on the upload start:
Followed by this exception:
The upload then fail on the client at different percentages of completion.
Thanks for your help