Attempted Debugging
Searched GitHub Issues
Describe the Scenario
I recently updated my Nginx configuration to increase the allowed file upload size, as I was previously encountering a 413 Request Entity Too Large error when uploading a book cover image.
After increasing the limit (using client_max_body_size), the 413 error is resolved. However, I am now encountering a different error when attempting to upload the same image.
Steps to reproduce:
Go to the book creation/edit page
Upload an image as the "cover" (couverture)
Submit the form
Expected behavior:
The image should upload successfully and be saved as the book cover.
Actual behavior:
An error 500 occurs after submission.
Exact BookStack Version
v25.12.3
Log Content
Hosting Environment
VMware Photon OS
docker-composse.yml
services:
bookstack:
image: lscr.io/linuxserver/bookstack:latest
bookstack-db:
image: mariadb:11
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
I recently updated my Nginx configuration to increase the allowed file upload size, as I was previously encountering a 413 Request Entity Too Large error when uploading a book cover image.
After increasing the limit (using client_max_body_size), the 413 error is resolved. However, I am now encountering a different error when attempting to upload the same image.
Steps to reproduce:
Go to the book creation/edit page
Upload an image as the "cover" (couverture)
Submit the form
Expected behavior:
The image should upload successfully and be saved as the book cover.
Actual behavior:
An error 500 occurs after submission.
Exact BookStack Version
v25.12.3
Log Content
Hosting Environment
VMware Photon OS
docker-composse.yml
services:
bookstack:
image: lscr.io/linuxserver/bookstack:latest
bookstack-db:
image: mariadb:11