-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Describe the bug
unable to delete image. The delete request go on wrong url.
I had install bockstack in subdirectory /bookstack and set in .env the app_url on http://x.x.x.x/bookstack/ .
The request going on http://x.x.x.x/images/7 and request should be on http://x.x.x.x/bookstack/images/7 .
Steps To Reproduce
Steps to reproduce the behavior:
- install on subdirctory e.g. /bookstack
- upload create an book with a page
- edit page and upload an image
- try to delete image
Expected behavior
On http delete Request you get respone with http status code 405.
Your Configuration (please complete the following information):
- Exact BookStack Version (Found in settings): 0.24.1
- PHP Version: 7.0.32
- Hosting Method (Nginx/Apache/Docker): Apache 2.4.18