-
Notifications
You must be signed in to change notification settings - Fork 803
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
[Bug]: '403 forbidden' when moving file from local external mount #6187
Comments
Interestingly, first copying and then deleting files from the external storage folder works fine. Something's wrong with moving as such. |
I think this was fixed by nextcloud/server#38623 + nextcloud/server#39644, but looking closer it was not backported to NC27. You're welcome to manually apply those patches to see if they address your issue as well of course. It'll be in NC28 though. Not sure if the lack of a backport was an oversight or for a good reason. Cc: @kesselb |
For any one coming across this.
|
Hm, this did not fix it for me. |
Did you verify that the patches were applied correctly and have you restarted the server? |
error: patch failed: lib/private/Files/Storage/Local.php:368 |
Yes, I double-checked inside the Docker container, and I did restart the container (as well as the reverse proxy that sits in front of it). As a workaround, I now copy and then delete the files, this works very well (and is just one keypress more than moving a file). |
Bug description
When attempting to move a file that resides in a local external mount to elsewhere in my Nextcloud folders, Nextcloud Deskop recently started to report
403 forbidden
errors.I have had this external mount for the past several years.
I can move files from the external mount using the web UI without problems.
I can also move files around when I ssh into the server and act as
www-data
.It's only with the desktop client that this error occurs.
Steps to reproduce
Expected behavior
I should be able to move files from the external mount as it used to be.
Which files are affected by this bug
[redacted].pdf
Operating system
Linux
Which version of the operating system you are running.
KDE neon 5.27
Package
Appimage
Nextcloud Server version
27.1.3
Nextcloud Desktop Client version
3.10.1
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
I apologize for not attaching the desktop client debug archive, I looked around inside the ZIP file and it contains a lot of private/confidential information that I would not like to see publicly exposed on Github. I will be happy to provide further technical information if it helps to solve the issue.
The text was updated successfully, but these errors were encountered: