Copied to clipboard

Flag this post as spam?

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


  • Luke Hook 45 posts 175 karma points c-trib
    Jul 17, 2019 @ 15:47
    Luke Hook
    0

    Umbraco 8 backoffice media not showing thumbs in picker

    Hi guys,

    I've got an Umbraco 8.1 installation that due to various requirements needs to be hosted in a virtual directory of another project. (I'm aware this isn't recommended / suggested / clever)

    For the most part I've got everything to work, I'm using Azure blob storage for media and with some SQL scripts for existing images have everything uploading and working as required.

    The only thing outstanding is i'm missing thumbnail images in the media picker property editor. Thumbs work fine in the Media Library section and in the editor pane for a media item. But will not show the thumbs in the picker.

    The difference here is it seems to be calling the Umbraco API to GetBigThumbnail

    {{domain}}/{{virtual_directory}}/umbraco/backoffice/UmbracoApi/Images/GetBigThumbnail?originalImagePath=%2{{virtual_directory}}%2Fmedia%2Frtvbzu3l%2Ftest_image.jpg&rnd=0.7493981340377709
    

    I know the originalImagePath is right as I can navigate to it directly. But in the console I'm seeing the following errors

    Failed to load resource: the server responded with a status of 401 (Unauthorized)

    Obviously I suspect this is something to do with the virtual directory set up but it seems odd that authorization would be the issue? Is there anything specific in terms of folder permissions for example that I need to adjust?

    Thanks, Luke

  • Hugo Becerra 12 posts 82 karma points
    Sep 02, 2019 @ 08:59
    Hugo Becerra
    0

    Hi Luke,

    Did you find any solution to this? Because I'm having some issues working with a media virtual directory.

    Thanks!

  • Luke Hook 45 posts 175 karma points c-trib
    Sep 02, 2019 @ 09:15
    Luke Hook
    0

    Hi Hugo, Unfortunately not. Everything else seems to be ok but I never had a solution for this so the client is using the CMS without the thumbs at the moment.

    If you do find a solution please do let me know also :)

  • Hugo Becerra 12 posts 82 karma points
    Sep 02, 2019 @ 09:17
    Hugo Becerra
    0

    Ok, I will let you know. Thanks! :)

  • Ivan Doroshenko 3 posts 23 karma points
    Oct 08, 2019 @ 09:11
    Ivan Doroshenko
    0

    Hi,

    I have the same problem with the AWS provider. Waiting for a solution.

    Thanks

  • Richard Ockerby 34 posts 209 karma points MVP 4x c-trib
    Jun 23, 2020 @ 16:54
    Richard Ockerby
    2

    We've just had this issue in production but for all images - not just the thumbs but thought this might help.

    Turns out that we needed to give both IUSR and the app pool identity access to the folder.

Please Sign in or register to post replies

Write your reply to:

Draft