Zend certified PHP/Magento developer

SRC URL of Image is incorrect

I have recently installed a magento 2.4.3 version and for some reason the product images are not displaying correctly in the frontend.

The source url magento is displaying: https://4youshop.online/media/catalog/producth/i/high_68271040_0971007033.jpg

the correct url however is:
https://4youshop.online/media/catalog/product**/**h/i/high_68271040_0971007033.jpg

As you guys can see, magento is missing the final slash after product.

We have tried multiple things:

  • Delete all cache
  • Flush all cache
  • Delete all static files
  • Regenerate all static files
  • Resize all image files
  • Set secure and unsecure url

Please assist! Also be aware that we have multiple store fronts and multiple store URLS. None of them seem to work and all have the same problem.

Thank you!