User 'me' can be created but cannot be edited
Steps to reproduce
- Create user 'me'
- Log in as user 'me'
- Upload avatar or dismiss notification
What happens?
Nothing happens
What is expected?
Avatar is uploaded or notification is dismissed (respectively)
Context
Funkwhale version(s) affected: 1.0 and later
Installation was performed using Docker. The actions above result under the hood in a PATCH to /api/v1/users/me/ which ends in 405 Method not allowed.
In the attachment You can find a curl that resulted in 405 mentioned above. curl
Edited by Adam