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

Old images still showing after being replaced #101

Open
dthrcrpz opened this issue May 23, 2023 · 2 comments
Open

Old images still showing after being replaced #101

dthrcrpz opened this issue May 23, 2023 · 2 comments

Comments

@dthrcrpz
Copy link

I'm encountering an issue where an image was initially uploaded to the media library, and later it was replaced with another image of the same name. I have attempted running php artisan responsive-images:clear and php artisan cache:clear, but the old image still persists.

Clearly, renaming the images individually would resolve the problem, but since we have a large number of replaced images, we prefer to avoid renaming them one by one.

@tobias-kuendig
Copy link
Member

You can safely delete everything in the storage/temp/public/ folder (or storage/temp/resize/ depending on your use-case) and the images should be re-generated.

Since the image has the same name, October does not notice that it is a new image.

@PubliAlex
Copy link
Contributor

You can also use the clear cache widget available in the dashboard that allow to clean theses paths

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants