-
Notifications
You must be signed in to change notification settings - Fork 66
Description
After installing and configuring this file system provider I am getting this error for images that are not processed by ImageProcessor:
If I simply append "?rnd=1" to the end of image url the image loads with out issue. I understand, at a high level what is happening here but do not know how to configure the provider to not look for the image in the cache if there is no valid ImageProcessor querystrings on the image url.
I tried to set the "interceptAllRequests" attribute in the processing.config file to false and then the cropped images did not load properly. I have tried upgrading ImageProcessor, reinstalling, multiple config options with no luck. I either can have ImageProcessor work on image and not load non-processed images or ImageProcessor does not work and image are loaded, but not both.
I would be ok with appending the "rnd" querystring to the end of all images but that only works for the front end. Images are broken in the back office of Umbraco if I have ImageProcessor working. If I uninstall UmbracoFileSystemProvider.Azure and move the media directory back to the local file system all image load and are processed as expected. What am I missing here?