-
Notifications
You must be signed in to change notification settings - Fork 441
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
Cannot upload file #1023
Comments
I've been able to reproduce this. It's actually a backend issue (so, I'll move this to the backend). It seems to have been accidentally caused by DSpace/DSpace#3103 I'll claim this and get it fixed. |
My mistake...after further investigation, it seems this is a bug in |
The issues is with the I've found a temporary workaround...but, longer term, this is another reason to move away from |
Is there a temporary workaround for public as well? Or when is merge planned? |
@vahem2lu : Unfortunately there's no easy workaround, unless you want to install the under review PR locally (#1024). Merging will occur as soon as that PR is approved...currently it's undergoing further testing though (it seems to mostly work, but initial tests found an additional bug...now it's waiting for a follow-up review). |
@vahem2lu : Just a quick follow up. This bug has now been fixed on our "main" branch, as the PR was approved & merged today. |
While in Submission form drag&drop a file on form and "Upload Failed" appears on screen.
In developer tools network tab you can see an error response to workspace save request :
{timestamp: "2021-02-15T22:09:04.642+0000", status: 403, error: "Forbidden",…} error: "Forbidden" message: "Access is denied. Invalid CSRF token." path: "/server/api/submission/workspaceitems/3508" status: 403 timestamp: "2021-02-15T22:09:04.642+0000"
The text was updated successfully, but these errors were encountered: