Avatar Returns failed with status 500

Fixed it by adding 1000:1000 to the ./files within container
Might be different for you, @Alexandru, but would recommend reading the thread below:

What I did to fix:

docker exec -it vikunja-api-1 sh (will be the name of the api container)
chown 1000:1000 /app/vikunja/files -R

2 Likes