You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: