I was just checking out the uppy demo at: https://uppy.io/examples/dashboard/, but whenever I upload a file, it always logs it as a failed upload, and never a successful one. Even though it gives a working tus.io link?!?!
Is this normal behavior?
I was just checking out the uppy demo at: https://uppy.io/examples/dashboard/, but whenever I upload a file, it always logs it as a failed upload, and never a successful one. Even though it gives a working tus.io link?!?!
Is this normal behavior?
Oh my! I see what you mean. The logs are printed in reverse, so here the empty array []
is actually the list of failed files:
because failed files:
is logged first and then []
.
We could print them normally and just autoscroll to the bottom to avoid the confusion