Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Johannes Kjellberg 1 post 71 karma points
    Nov 05, 2020 @ 10:34
    Johannes Kjellberg
    0

    Image processor error

    Hi, I get an error in the Umbraco log: ERROR ImageProcessor.Web.HttpModules.ImageProcessingModule - ImageProcessor.Common.Exceptions.ImageProcessingException: ProcessImageAsync 609 : No image exists at http://[storageName]dev.blob.core.windows.net/media/1140/image1.jpg. But the url is incorrect! It should be http://[storageName]prod.blob.core.windows.net/media/1140/image1.jpg. So why are ImageProcessor looking at the wrong address? Where and how do I correct this? I'm using Azure and ImageProcessor 2.9.1 and ImageProcessor.Web 4.12.1.

    Thanks in advance for help!

    Rgds Johannes

  • Marc Goodson 1451 posts 9716 karma points MVP 5x c-trib
    Nov 18, 2020 @ 20:29
    Marc Goodson
    0

    Hi Joahnnes

    It sounds like one of the config settings for Image Processor or Umbraco's File System Providers is pointing at the wrong container?

    You can usually check the blob storage container settings for your Umbraco implementation in

    /config/filesystemproviders.config /config/imageprocessor/security.config /config/imageprocessor/cache.config

    There is an article here that explains about the configuration for V7 that you could cross reference:

    https://our.umbraco.com/Documentation/Extending/FileSystemProviders/Azure-Blob-Storage/index-v7

    I say 'usually' as sometimes the connection string for blob storage will have been moved to the web.config appsettings.

    regards

    Marc

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies