Hello,
I experience the following bug with a fresh NextCloud deployment on k8s using helm-chart.
Infos about my test environment:
Kubernetes setup: vanilla k8s with containerd runtime (3 master, 3 worker nodes)
Kubernetes version: v1.23.5
Bug can be triggered with at least the following NextCloud: 23.03, 23.02 & 22.3.2
Steps to reproduce:
- Login to Nextcloud instance with privileged account
- Navigate to /settings/users
- Create Groups, e.g. "Test1", "Test2"
- Click on "New User"
- Fill in the users information including e-mail, password, group (this is important to trigger the bug) and display name
- Click "Add new user"
- Error appears on the upper right corner: "An error occured during the request. Unable to proceed."
- Refresh webpage
- After that, the user is present in the users list and the admin account can edit the user's information as expected and the welcome e-mail will be sent
Note: Creating new users without adding them to a group works flawlessly!
Log from pod when bug is triggered:
[Wed Apr 13 16:25:11.519191 2022] [php:error] [pid 5453] [client REDACTED_FOR_PRIVACY:0] PHP Fatal error: Nesting level too deep - recursive dependency? in /var/www/html/lib/private/Log/ExceptionSerializer.php on line 212
Any hints on how to fix this?
Regards
qchn