CBZ import doesn't work
Description
Trying to import .cbz file does nothing. It shows a progress bar but actually does nothing. There is no server log regarding this. Browser log attached.
Version
0.8.2
Steps to Reproduce
- Go to search.
- Import from file
- Browse file
- Hit import
Screenshots
Logs
http://x:8080/api/v1/upload
[HTTP/1.1 413 Request Entity Too Large 122ms]
Uncaught (in promise)
Object { stack: "gn@http://x:8080/assets/index-xx6qdHxA.js:9:49037\nOR@http://x:8080/assets/index-xx6qdHxA.js:11:1050\nM@http://x:8080/assets/index-xx6qdHxA.js:11:4249\nEventHandlerNonNull*UR</<@http://x:8080/assets/index-xx6qdHxA.js:11:4321\nUR<@http://x:8080/assets/index-xx6qdHxA.js:11:3225\nEk@http://x:8080/assets/index-xx6qdHxA.js:13:512\nrequest@http://x:8080/assets/index-xx6qdHxA.js:13:4189\nn/<@http://x8080/assets/index-xx6qdHxA.js:13:4646\nHM/<@http://x8080/assets/index-xx6qdHxA.js:9:43770\nuploadCBx@http://x8080/assets/index-xx6qdHxA.js:13:21158\nV@http://x:8080/assets/index-xx6qdHxA.js:67:7478\nxi@http://x:8080/assets/index-xx6qdHxA.js:1:17672\nS1@http://x:8080/assets/index-xx6qdHxA.js:1:17753\nn@http://x:8080/assets/index-xx6qdHxA.js:1:81830\n", message: "Request failed with status code 413", name: "AxiosError", code: "ERR_BAD_REQUEST", config: {…}, request: XMLHttpRequest, response: {…} }
Platform
desktop
Device
PC
Operating System
Windows 10
Browser
Firefox
Additional Context
No response
Code of Conduct
- [X] I agree to follow Teemii's Code of Conduct
Hello, You file is too big to upload; what is the size of it?
About 7MB
I'm going to increase this limit a lot. until now these were default values, which explains the low limit. I'll certainly push the fix on the develop branch by tomorrow. Thank you for bringing this to my attention.
fix available in develop branch.
hi, i have the same issue because my .cbz files are usually 70-100mb big. Pardon the beginner question but how do I install the patch from the devlop branch?