-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Which version of Nextcloud are you using?
31.0.7
Which version of PHP context_chat are you using?
4.4.1
Which version of backend context_chat are you using?
4.4.1
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
EDGE
Nextcloud deployment method?
nginx
Describe the Bug
When context_chat is active, subfolders of group folders cannot be deleted.
The database accumulates many queries trying to determine the subfolders of the deleted subfolders.
These queries run for a very long time and pile up to such an extent that the entire Nextcloud becomes non-functional.
To Reproduce
- Enable context_chat.
- Attempt to delete a subfolder within a group folder.
- Observe that the subfolder is not properly deleted.
- Monitor database activity — numerous long-running queries accumulate.
- Over time, system performance degrades until the Nextcloud instance becomes non-functional.
PHP logs (Warning these might contain sensitive information)
No response
Ex-App logs (Warning these might contain sensitive information)
No response
Server logs (if applicable)
No response
marcelklehr