You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expectation is file upload success. Up until recently (although unknown how long this has been broken) our setup has worked without issue. With our setup we were successfully uploading and tracking the progress of uploads.
Pinning our versions of @tus/server and @tus/s3-store to 1.4.1 restores the expected behaviour.
Actual behavior
Error that is consistently hit, at seemingly the end of the upload process (server side), failing to complete the upload.
InvalidPartOrder: The list of parts was not in ascending order or did not have consecutive part numbers. The parts list must be specified order by part number, and must not have any gaps.
Stack trace comes out of the aws-sdk.
The text was updated successfully, but these errors were encountered:
Initial checklist
Steps to reproduce
Packages
Client snippet
Server snippet
Expected behavior
Expectation is file upload success. Up until recently (although unknown how long this has been broken) our setup has worked without issue. With our setup we were successfully uploading and tracking the progress of uploads.
Pinning our versions of
@tus/server
and@tus/s3-store
to 1.4.1 restores the expected behaviour.Actual behavior
Error that is consistently hit, at seemingly the end of the upload process (server side), failing to complete the upload.
Stack trace comes out of the
aws-sdk
.The text was updated successfully, but these errors were encountered: