Matthew Hamilton

Results 18 comments of Matthew Hamilton

+1 also running into this issue. Currently just working around it by stripping any trailing slashes, and then passing it to `navigatebyUrl` which seems to work for me

Same issue here with range requests and the service worker. We're using @philnash's patch, but we shouldn't have to. Any updates on this?

We noticed this issue as well, but also on a Mac (both Chrome and Safari). Not sure if it's related, but it seems close. Sign in, get redirected to a...

Is there any updates on a fix or #4110 @mifi ? I've noticed this issue on Android for a while, but now that it potentially affects some users on Desktop,...

I've done some testing locally, and couldn't come up with a fix, but I think I got much closer. It seems the likely culprit is `window.opener.postMessage` not having any context....

> @StrixOSG did you find any solution? Nothing yet. I tried intercepting the request as a workaround and changing the protocol to 'multipart' but it appears to be more involved...

So you're right it still used "multipart" in the backend but it was `multipart` and not `s3-multipart` for v3 for remote files with the AwsS3 plugin. I had modified the...

This occurs on the Uppy homepage as well for the example. You can test it out on your mobile phone: [https://uppy.io/](https://uppy.io/)

An aside, and maybe this is a separate fix potentially but I noticed in the other PR #5443 the permission requested for Google Drive is: `https://www.googleapis.com/auth/drive.readonly` in https://github.com/transloadit/uppy/blob/988cc2d0b20d78fee9b8a607627f1188e0dd159a/packages/%40uppy/provider-views/src/GooglePicker/googlePicker.ts which is...