Steps to reproduce
- create a user and login
- go to Settings, General
- try to upload a profile picture using the "Upload new" icon (I tried using a JPG file that was 67.5Kb)
Expected behaviour
The picture should upload, and be displayed as the icon of the user's profile.
Actual behaviour
The POST request to upload the picutre gets 400 bad request status returned:
[Fri Jul 24 20:19:21 2026] 127.0.0.1:44906 Accepted
[Fri Jul 24 20:19:21 2026] 127.0.0.1:44906 [400]: POST /index.php/avatar/cropped
[Fri Jul 24 20:19:21 2026] 127.0.0.1:44906 Closing
I don't get anything logged in owncloud.log
Server configuration
Local development environment with git clone of owncloud/core and rfunning a PHP dev server.
Similar happens using the 11.0.0-rc2 docker image.
Steps to reproduce
Expected behaviour
The picture should upload, and be displayed as the icon of the user's profile.
Actual behaviour
The POST request to upload the picutre gets 400 bad request status returned:
I don't get anything logged in
owncloud.logServer configuration
Local development environment with git clone of owncloud/core and rfunning a PHP dev server.
Similar happens using the 11.0.0-rc2 docker image.