Paul
1
I’m using the latest docker with the suggested .yml file.
I’ve noticed that I am unable to upload files through the web UI and web API that are larger than 23MB.
Looking at the nginx for docker, I see under /seafhttp
client_max_body_size 0;
So I am unsure of the problem.
If anyone has solved this, please let me know! Thanks
Paul
2
Found the log file: seahub.log and saw these:
2022-08-27 12:30:48,619 [WARNING] django.request:224 log_response Bad Request: /thumbnail/e03d0d7a-29e6-4f17-af80-0a46d4e3ccc0/create/
Which lead me to:
Not a python expert at all. I think this is the same issue, how to resolve? Thanks
Paul
3
Changed seafile.conf:
[fileserver]
port = 8082
use_go_fileserver = true
No change. The thumbnail still broken.
Paul
4
Closing, moving to minio.