You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
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.
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.
The text was updated successfully, but these errors were encountered: