lululeon

Results 4 comments of lululeon

I have the same issue in **react-native**: the files have uploaded successfully before, but intermittently I am getting this `file.uri ...` error. It seems to be happening here: https://github.com/tus/tus-js-client/blob/master/lib/browser/uriToBlob.js I...

> @lululeon Please share more details about your setup and try to narrow down in which situations the error occurs. That would help us a lot. You know what I...

> Interesting theory, let's test it out! What is the value of `navigator.product` when you run your app inside the debugger? It should be `ReactNative` for our `isReactNative` function to...

Thanks @henrygriffiths . This is unexpected: > ...but **since the step didn't fail** (as continue-on-error is true) ... Ppl are bound to interpret "on-error" as meaning "on error" => "when...