tus: failed to create upload, caused by [object ProgressEvent]
See original GitHub issueWhen uploading to https: //master.tus.io/files/
I get for some files this error:
"tus: failed to create upload, caused by [object ProgressEvent], originated from request (response code: 0, response text: )"
Other files are fine… Any idea what is going wrong?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Upload from device "tus failed to create upload caused by ...
When I upload a file from device (from Uppy web control) (using Uppy-Companion-Tus) the Uppy control request several OPTIONS to Tus endpoint ...
Read more >TUS upload api Fails - Stream - Cloudflare Community
Failed because: Error: tus: failed to create upload, caused by [object ProgressEvent], originated from request (method: POST, ...
Read more >object ProgressEvent Error (#127) · Issues - Jirafeau - GitLab
I migrate my website today I Jirafeau still works but when trying to upload got this error. Then I changed the 'web_root' to...
Read more >javascript - tus - Access-Control-Allow-Origin Error After Upload
The problem turned out to be the fact that the server was sitting behind CloudFlare which has a size limit per upload request....
Read more >XMLHttpRequest.upload - Web APIs - MDN Web Docs
The following events can be triggered on an upload object and used to ... This event does not differentiate between success or failure, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Pheeeew! Thanks Acconut! Works brilliantly all of a sudden…! Aaargh…, must have accidentally added it at some point!? Solved.
That’s the problem, the endpoint you specified (
https: //master.tus.io/files/
) contains a space. Please remove that and it should work.