Can't delete uploaded images #5356

Open
opened 2026-02-05 10:00:04 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @profiteroles1 on GitHub (Jul 11, 2025).

Describe the Bug

I'm seeing an Internal Server Error when using the image manager to delete previously uploaded images. I see no relevant errors in the Docker logs nor laravel logs inside the container. Permissions on the files themselves look fine. Using the LinuxServer.io BS image.

root@ecd41738ca94:/# ls -l /app/www/public/uploads/images/gallery/
total 60
drwxr-xr-x 4 abc users 36864 Jun 30 19:59 2025-06
drwxr-xr-x 4 abc users 20480 Jul 11 03:16 2025-07

Image

Steps to Reproduce

  1. Upload images
  2. Attempt to delete previously uploaded image

Expected Behaviour

Image is deleted

Screenshots or Additional Context

No response

Browser Details

Safari macOS

Exact BookStack Version

Latest

Originally created by @profiteroles1 on GitHub (Jul 11, 2025). ### Describe the Bug I'm seeing an Internal Server Error when using the image manager to delete previously uploaded images. I see no relevant errors in the Docker logs nor laravel logs inside the container. Permissions on the files themselves look fine. Using the LinuxServer.io BS image. ``` root@ecd41738ca94:/# ls -l /app/www/public/uploads/images/gallery/ total 60 drwxr-xr-x 4 abc users 36864 Jun 30 19:59 2025-06 drwxr-xr-x 4 abc users 20480 Jul 11 03:16 2025-07 ``` ![Image](https://github.com/user-attachments/assets/b9c8cb5c-3502-45af-ae5f-e15924e1801c) ### Steps to Reproduce 1. Upload images 2. Attempt to delete previously uploaded image ### Expected Behaviour Image is deleted ### Screenshots or Additional Context _No response_ ### Browser Details Safari macOS ### Exact BookStack Version Latest
OVERLORD added the 🐛 Bug label 2026-02-05 10:00:04 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Jul 11, 2025):

Hi @profiteroles1,
That looks like a web-server level error.

Within your mounted /config volume for the app container, can you see if there are any logged lines in the log/nginx/error.log file? If not, do you see any lines logged to the log/nginx/access.log file specifically when you perform the delete action?

@ssddanbrown commented on GitHub (Jul 11, 2025): Hi @profiteroles1, That looks like a web-server level error. Within your mounted `/config` volume for the app container, can you see if there are any logged lines in the `log/nginx/error.log` file? If not, do you see any lines logged to the `log/nginx/access.log` file specifically when you perform the delete action?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5356