We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you don't have the OCIS_URL in OCIS_CORS_ALLOW_ORIGINS, uploads bigger than the TUS chunk threshold (10MB) fail.
They fail because the storage-users service aborts the PATCH request of the first chunk with HTTP 403.
CORS is checked on the browser side and not the server side, so I expect a misusage of the CORS configuration here...
See also:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If you don't have the OCIS_URL in OCIS_CORS_ALLOW_ORIGINS, uploads bigger than the TUS chunk threshold (10MB) fail.
They fail because the storage-users service aborts the PATCH request of the first chunk with HTTP 403.
CORS is checked on the browser side and not the server side, so I expect a misusage of the CORS configuration here...
Additional context
See also:
The text was updated successfully, but these errors were encountered: