Copied to clipboard

Flag this post as spam?

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


  • Alin Răuțoiu 27 posts 125 karma points
    Jul 04, 2022 @ 13:19
    Alin Răuțoiu
    0

    Image cropper with AzureBlob works on v09, but doesn't on v10

    After upgrading from Umbraco v09 to Umbraco v10, and the corresponding package version of Umbraco.StorageProviders.AzureBlob, the site doesn't serve the cropped version of images.

    The first time a particular crop is requested, the call takes a longer time so I presume the crop is generated, but the filed returned to the client is still the original one.

    What could be the cause of this behavior?

  • Tobias Morf 80 posts 183 karma points
    Jul 07, 2022 @ 10:24
  • Alin Răuțoiu 27 posts 125 karma points
    Jul 07, 2022 @ 10:31
    Alin Răuțoiu
    0

    Sort of. That's a more general question about how to upgrade to v10. I've already upgraded in the way indicated and I'm facing a specific problem. But I asked the question there as well.

  • Alin Răuțoiu 27 posts 125 karma points
    Jul 08, 2022 @ 08:36
    Alin Răuțoiu
    100

    I figured it out. In the Startup class, in the Configure method,

    app.UseStaticFiles()
    

    should be used after

    app.UseUmbraco()
    
Please Sign in or register to post replies

Write your reply to:

Draft