Copied to clipboard

Flag this post as spam?

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


  • Erik Engstrand 9 posts 80 karma points
    Aug 30, 2016 @ 11:12
    Erik Engstrand
    0

    404 on media images, but works through ImageProcessor

    I did upgrade Umbraco to 7.5.2 from 7.4.1 and got problems with browsing media images.

    All media files are stored in an Azure blob container.

    When accessing an image with url /media/1015/image.png I do get a 404. But if I access the image with /media/1015/image.png?rnd=23213 or /media/1015/image.png?width=400 it works. It looks like its working when the request is going through ImageProcessor but otherwise not.

    Does anyone know how to solve this problem?

  • Erik Engstrand 9 posts 80 karma points
    Aug 31, 2016 @ 09:21
    Erik Engstrand
    1

    Find the answer myself.

    Update nuget package UmbracoFileSystemProviders.Azure to 0.5.4 beta. After that it works!

  • James Jackson-South 489 posts 1747 karma points c-trib
    Sep 02, 2016 @ 05:23
    James Jackson-South
    0

    Hi Erik,

    Glad you found the solution. I got hit by that the other day and I wrote both the libraries! Still trying to figure out what change I made that fixed it.

    Cheers

    James

  • 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