Hey there!
Just migrated my calibre-server from calibre 2 to latest 3 and I noticed that I cannot directly add with "calibredb add" if I already have a running calibre-server. So I used
http://127.0.0.1:8080/#ebooks and that worked except for by large CBR files. These give HTTP 413 (entitiy too large) during adding, so I bumped up --max-request-body-size=1024 but that doesn't fix things, I still get a 413. How can I add large files?
- Nadya