-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XHRUpload seems to be not working when using Companion server #1390
Comments
Confirmed the bug, we are looking into it, thanks for reporting! |
Are npm packages updated? |
@KhalilMohammad Not yet, a release likely coming this week. |
Looks like this was released in 1.0.0. Thanks! |
I'm using 1.0.2 and the issue still happening again. |
In my case: 1.0.0 frontend -> 1.0.0 uppy works fine but 1.0.0 -> 1.0.1 does not. 1.0.1 -> 1.0.1 works again. |
I tried 1.0.0 but couldn't connect to Google Drive using that version. |
@gabbanaesteban, @MiloszKrajewski
If you are experiencing issues with authentication with Google Drive or Instagram, it is due to a breakage of backwards-compatibility we’ve accidentally introduced in The fix was released yesterday on npm as Please update Sorry about the trouble! Please do let us know if the issue is resolved for you. |
Using uppy companion server and client using Tus for upload works fine.
Unfortunately I need to use XHRUpload in one case, and this seems to be not working at all.
When uploading file from "my device" everything work great (so XHR upload is configured properly) but when trying to upload from "Link" after pressing Upload button nothing happens: progress indication is spinning forever and no network activity (debug tools) is observed.
Am I doing it wrong? Or it is just not supported?
Thanks,
Milosz
The text was updated successfully, but these errors were encountered: