umbraco-community / UmbracoFileSystemProviders.Azure

:cloud: An Azure Blob Storage IFileSystem provider for Umbraco
96 stars 67 forks source link

ImageProcessing plugins are not triggered after using this package #184

Open SoulOfUniverse opened 3 years ago

SoulOfUniverse commented 3 years ago

I'm having similar issue, I'm using this package https://github.com/Bjornmamman/Our.Umbraco.AutoImageOptimze Locally works fine as expected with latest version of UmbracoCms 8.11.1 However once migrated to azure blob storage using UmbracoFileSystemProviders.Azure.Media Files are fetched fine, but never in webp extension, tried query params format=webp, all the same; nowebp

Also standard cropping queries do not work neither, looks like image processing is simply ignored.

SoulOfUniverse commented 3 years ago

Obviously any image processing pipeline stopped working, once I switch to local file provider everything is works as expected, images can be cropped, resized and etc.