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.
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.
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?
This is a similar thread, look here: https://our.umbraco.com/forum/using-umbraco-and-getting-started/109298-azure-blob-storage-file-system-provider-upgrade-9-to-10
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.
I figured it out. In the Startup class, in the Configure method,
should be used after
is working on a reply...