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
I'm encountering this issue on LTE (cellular network) where file uploads occasionally hit the couldNotCreateFileOnServer error. Unfortunately, with this generic message it's hard to understand what truly causes the issue
To further add to the confusion our server logs show a successful upload, we're using tusd Golang server.
It's as if the TUSClient fails prematurely, but the upload task is still running.
Notice server logs indicates a 2 second upload, but on the client we're seeing the error immediately around the time the upload starts. Not able to repro this locally
Uh oh!
There was an error while loading. Please reload this page.
Overview
I'm encountering this issue on LTE (cellular network) where file uploads occasionally hit the
couldNotCreateFileOnServer
error. Unfortunately, with this generic message it's hard to understand what truly causes the issueTo further add to the confusion our server logs show a successful upload, we're using tusd Golang server.
It's as if the TUSClient fails prematurely, but the upload task is still running.
Notice server logs indicates a 2 second upload, but on the client we're seeing the error immediately around the time the upload starts. Not able to repro this locally
Lastly, when I retry it fails. I've tried two strategies.
client.retry
client.cancel
+client.removeFromCache
andclient.uploadFileAt
again.any clues as to what can cause this?
The text was updated successfully, but these errors were encountered: