I have an issue with ImageProcessor, basically, through the logs I see:
ImageProcessor.Common.Exceptions.ImageProcessingException: GetResponseAsync 132 : Response status code does not indicate success: 404 (The specified blob does not exist.)
Note that imageprocessor adds the extra https:// after "media/". This is driving me crazy, as I have no clue how to remove it. Also, without the intruding https, the path to the image is correct.
ImageProcessor driving me crazy
Hello everyone,
I have an issue with ImageProcessor, basically, through the logs I see:
ImageProcessor.Common.Exceptions.ImageProcessingException: GetResponseAsync 132 : Response status code does not indicate success: 404 (The specified blob does not exist.)
ImageProcessor.Common.Exceptions.ImageProcessingException: ProcessImageAsync 609 : No image exists at https://[myblob].blob.core.windows.net/media/https://f5abybko/[image-name].jpg
Note that imageprocessor adds the extra https:// after "media/". This is driving me crazy, as I have no clue how to remove it. Also, without the intruding https, the path to the image is correct.
Any ideas how to solve this?
Umbraco v8.18.4
Image processor: 2.9.1, Plugins.WebP 1.3.0, .Web 4.12.1, Web.Config 2.6.0
Thank you in advance for any help!
/Peter
is working on a reply...