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
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Since the addition of TUS we are now checking the TUS capability from the backend by reading the "tus-version" header.
If that one is not available, we should fail silently.
When using OC 10 as backend we get the error
Refused to get unsafe header "tus-version"
because it's not part of CORS.I suggest we add a try/catch block in the SDK when parsing responses
The text was updated successfully, but these errors were encountered: