Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearing the image cache makes static resized images show up as missing #35

Open
bennothommo opened this issue Oct 30, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bennothommo
Copy link
Contributor

@bradietilley I encountered this on Summerstar.

If an image is using the permalink storage method for resized images, and a dev elects to clear the image cache, it appears to be removing these static images correctly - however, upon refresh, the static images are showing the placeholder image.

I believe this is because the permalink records are still stored in the DB and pointing to a file that no longer exists - the permalink functionality basically isn't recognising that file is not available anymore and regenerating it, it simply goes straight to showing the placeholder image.

@bennothommo bennothommo added the bug Something isn't working label Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants