Open fschwahn opened 1 week ago
Hi, without a way to reproduce this I'm not sure how this issue can become actionable and therefor be closed.
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.
I'll try to take a look if I can spot something when I have time.
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.