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
resume upload
the parts are listed from the server and then the upload hangs in the "uploading" state and never continues, no attempts to re-upload missing parts are made.
This is a regression, most probbaly brought in by uppy 2.0.0
The text was updated successfully, but these errors were encountered:
I've looked into the code more and lockedCandidatesForBatch cannot be just dropped as in #3342 as that can result in duplicate parts uploads. Seems like chunk's busy state can be set to true before preparing chunk for upload and since busy state is properly reset on upload errors, that should work.
When @uppy/aws-s3-multipart is used:
the parts are listed from the server and then the upload hangs in the "uploading" state and never continues, no attempts to re-upload missing parts are made.
This is a regression, most probbaly brought in by uppy 2.0.0
The text was updated successfully, but these errors were encountered: