Skip to content
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

Two urls appear concatenated together with a comma in patch request. #1681

Closed
jefffortune opened this issue Jun 20, 2019 · 4 comments
Closed
Labels
Bug Tus Resumable file uploading vis tus.io and Uppy Tus plugin

Comments

@jefffortune
Copy link

jefffortune commented Jun 20, 2019

After uploading the initial file and the very next time it tries to run a chunk to start moving the file I get an error in the PATCH, it somehow adding two URLs like this

http://web.com/cloudflare/tus/upload/d1537375-b3ff-4f99-81de-193971f0aca5,%20http://web.com/cloudflare/tus/upload/d1537375-b3ff-4f99-81de-193971f0aca5

I checked the response from the server and it is only sending http://web.com/cloudflare/tus/upload/d1537375-b3ff-4f99-81de-193971f0aca5 in the response.

I am out of ideas on trying to troubleshoot this.

@arturi
Copy link
Contributor

arturi commented Jun 21, 2019

Hi! Could you please provide more details on how you are using Uppy, the the full client-side code you are using to instantiate it. I presume this is with @uppy/tus plugin? And you are running tusd on the server?

@arturi arturi added Tus Resumable file uploading vis tus.io and Uppy Tus plugin and removed Triage labels Jun 21, 2019
@arturi
Copy link
Contributor

arturi commented Jul 5, 2019

@Acconut does this make sense to you without additional data?

Any updates, @jefffortune?

@Acconut
Copy link
Member

Acconut commented Jul 6, 2019

Frankly, I don't have any idea what could cause this error or how to attempt reproducing it, sorry.

@kvz
Copy link
Member

kvz commented Jul 8, 2019

This seems to be specific to a self-hosted or 3rd-party hosted tus server, so a more appropriate place to ask questions about that would be the community forum.

@kvz kvz closed this as completed Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Tus Resumable file uploading vis tus.io and Uppy Tus plugin
Projects
None yet
Development

No branches or pull requests

4 participants