Open Magikh42 opened 9 months ago
Maloja server 3.2.2 I can confirm, even 400kB image gets cancelled. I get a "413 Request Entity Too Large" reply on the POST requst.
@Magikh42 in my case it was an issue with nginx. I modified my site config to allow larger images:
server {
client_max_body_size 5M;
...
UPD: nevermind, honestly I don't know if this helped at all
Hello, when drag and dropping an image to update an album or artist picture it happens that the image is silently rejected due too being too large There should be an error messages, or better, auto rescale the picture and use the rescaled version