We've got a problem that the images are not displaying in the frontend but are available in the backoffice so the file is there and you can view it. In the console there is the following error.
An unhandled exception has occurred while executing the request.
SixLabors.ImageSharp.UnknownImageFormatException: Image cannot be loaded. Available decoders:
- TIFF : TiffDecoder
- BMP : BmpDecoder
- TGA : TgaDecoder
- QOI : QoiDecoder
- GIF : GifDecoder
- PBM : PbmDecoder
- Webp : WebpDecoder
- JPEG : JpegDecoder
- PNG : PngDecoder
I think it has something todo with the cache because we usynced these images from staging to localhost