I am using tus-js-client for uploading file with parallelUploads: 5, and I have enabled concatentation extension in the tus-node-server, now all the chunks are uploaded successfully but when the last API is called it is failed with the status of 400.
Hi, there is no concatenation extension in tus-node-server so you should disable parallelUploads
.
Hello,
I got the info from [Resumable upload protocol 1.0.x | tus.io](https://Tus Documentation).
The spec describes it, that doesn’t mean every single server implements it.
See: https://github.com/tus/tus-node-server?tab=readme-ov-file#extensions
1 Like