-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
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
Error when uploading file via public link share #8629
Comments
@tkintscher Hello Thomas |
Hmm, I did try with the example deployment from your link and indeed it does not happen there. I'll keep searching... |
Ok, I figured one odd thing out: I created a new user in my Keycloak realm, and also created that user in OCIS. But, the issue from the original post still exists for the user which already exists in my setup for a long time. I think I set this OCIS instance up around v2.0 and have upgraded it until now, following the migration steps in the documentation. |
@tkintscher Did you have a chance to validate a fix? |
Yes, thanks a lot! I was able to verify that 4.0.7 indeed resolves the issue! The problem does however still exist in 5.0.2. It appears that the fix is not yet included in the version of reva used by the 5.0 series. |
@tkintscher Indeed. It seems the backport to the 5.0 branch was missing. It's here now cs3org/reva#4666 |
Thanks for the quick fix! I can confirm that the issue now resolved in 5.0.3 as well. 🙂 |
Describe the bug
As a regular user, I create a folder. Then I add a link share with the permissions to allow upload (or allow editing).
In another browser I use the link to open the folder. Then I upload a file.
The upload completes and seemingly fails with an error message saying "Upload failed" and an X-Request-Id.
However, after refreshing the page the uploaded file exists.
Steps to reproduce
Expected behavior
The file upload completes and the uploaded file appears.
Actual behavior
An error message appears, saying "Upload failed". The folder is shown as empty.
After refreshing the page, the uploaded file appears.
Setup
I am running OCIS 4.0.6 in Docker (Compose), paired with Keycloak 23 for OIDC. Traefik is reverse-proxying and doing TLS termination.
Additional context
Full debug logs:
Is this the error?
The text was updated successfully, but these errors were encountered: