For some odd reason, some of the images on the website I'm working on are not loading on the entire website. I've tried removing the storage and relinking it, and clearing the cache and views, but it had no effect whatsoever.
I've triple checked that the images actually exist in their specified directories.
This is the path of an image that loaded:
<img src="http://localhost:8000/media/2/conversions/pc-icon.webp" alt="" class="img-fluid">
This is a path of an image that doesn't load:
<img src="http://localhost:8000/media/1/conversions/what-includes-05-v03-icon.webp" alt="" class="img-fluid">
(I've gotten the above paths from chrome's inspect element)