Actions
Bug #100
openImages remain accessible after post deletion
Status:
New
Priority:
Normal
Assignee:
-
Description
After deleting a post, the associated images are still accessible via their direct URLs. This indicates that media files are not being properly removed from storage, leading to unintended public access even after the post is deleted.
Steps to Reproduce
- Create a post with one or more images.
- Copy the direct image URL(s) (open image in new tab).
- Delete the post.
- Paste and open the copied image URL in browser.
Expected Result
Images should be deleted or made inaccessible once the post is deleted.
Accessing the image URL should return an error (e.g., 404 or access denied).
Actual Result
Images remain accessible via direct URL even after the post is deleted.
Actions