-
Notifications
You must be signed in to change notification settings - Fork 199
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
Can't delete folders while the app is enabled #1068
Comments
Have the same issue, https://help.nextcloud.com/t/error-deleting-folders-or-moving-folders/162994 |
Looks like a Nextcloud bug to me and likely caused by this commit: nextcloud/server@dbfd2f9. Maybe @blizzz could comment? In that commit, this new function assumes the first argument to be of type And it's called here by passing But |
As a quick-and-dirty monkey patch, you may modify the file |
Thanks for the report and investigation, and pinging me. I'll try to have a look into it this week. |
Fun story, Just today I accidentally deleted a folder in the NC UI and it failed. Had no idea why but just shrugged it off and called it good luck. Now I stumbled on this! |
Can confirm disabling the music app allows to delete files in nextcloud once again. |
Can confirm this as well. Disabling the music app is a workaround. |
Same problem for me with Nextcloud 26.0.2. I had to disable the app. |
Guys, read through the thread, it's a Nextcloud server issue that Music happens to be triggering. Blizzz has been working on a patch |
Yeah, so for those of you who don't "have time" to read the whole thread: There is a bug in Nextcloud versions 25.0.7, 26.0.2, and 27.0.0 which happens to trigger when the Music app reacts on the folder deletion. There may be other occasions too, but I'm not aware of those. There is already a PR fixing the issue but it's still waiting for some reviews before it can be merged. I hope this will be fixed in Nextcloud versions Until then, your options are:
Commenting "me too" here doesn't help in the official fix to appear any sooner. |
4th option is to simply do your folder deletion on the desktop app instead of the web UI. That's the reason why I didn't notice all the way through NC25 and most of 26... |
@JoshuaPettus sorry for being abrupt and bothering you with my last message. I read the thread but didn't pay enough attention to understand that you were talking about an issue on the server. I was having different issues on my instance after the last update. For the moment I disabled Music app. Also, thank you @paulijar for the summary |
Hello everyone, |
@meschg please please please read the thread before commenting. #1068 (comment) |
Unfortunately it will be only 25.0.9 and 26.0.4 (and 27.0.1) :( |
Make an update - discover an issue - check the web - find an easy workaround - issue addressed already - release with fix coming up soon... great product & community! |
I have the same problem that i cant delete files/folders with music app enabled. Is this scheduled to be fixed in the next versions? |
@EpicJosch Please see #1068 (comment) for the summary and status of this issue. To add to that, the fix is now on track to be included in the next point releases of NC26 and NC27. NC25 apparently still needs some manual work, as the automatic backporting has failed. |
Backports are at nextcloud/server#38976 and nextcloud/server#38977 and ready to review. That one for 25 will follow based on the 26 one once it is merged. |
I would comment "me too" but I did read this thread, and since I run on Docker, I was left with having to disable the music app for the time being. I can confirm this works around my problem, but look forward to the app being re-enabled soon. |
@cyberpower678 You could apply this workaround also in your container. Of course it won't survive a container recreation but that won't happen so frequently I guess? |
You mean you don’t need to restart the web server? Actually now that I think about it, that wouldn’t make sense. But since the container does get redeployed more than I like, I’ll keep the app off. |
I can confirm it's working in 27.0.1 |
As the problem has now been fixed by Nextcloud in all the affected versions (NC25, NC26, NC27), I'm closing this issue. Disclaimer: I didn't test the fixes myself, but I can see that the fix PR is included in each of the latest releases 25.0.9, 26.0.4, and 27.0.1. |
Edit by @paulijar: Read the summary below from #1068 (comment)
The original post:
Fixed disabling the Music app.
The text was updated successfully, but these errors were encountered: