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
Sometimes, the upload-success-callback is called, but file.s3Multipart is not set.
I wasn't able to reproduce myself, but it happens regularly (ie. once / twice per day) in production. I added some logging to the upload-success-callback, and this is passed in as file into upload-success:
I know this is not much to go on, but could you give me hints how I can debug this? This is happening a few times per day (out of 100s of uploads), and I'm not sure how this callback gets invoked without s3Multipart set, or what I could do wrong in my integration to force cause such a behavior.
Initial checklist
Link to runnable example
No response
Steps to reproduce
I'm using uppy as follows:
Sometimes, the
upload-success
-callback is called, butfile.s3Multipart
is not set.I wasn't able to reproduce myself, but it happens regularly (ie. once / twice per day) in production. I added some logging to the
upload-success
-callback, and this is passed in asfile
intoupload-success
:It can be seen that
s3Multipart
is completely missing from thefile
-object.Expected behavior
When
upload-success
is invokeds3Multipart
should always be set.Actual behavior
file.s3Multipart
is missing.The text was updated successfully, but these errors were encountered: