Media Thumbnails not displaying (Media in Azure Blob Storage)
Hi, I've ran into a strange issue when using Azure Blob Storage for Umbraco Media. The Media is loading on the website without any issues and I can navigate to it via the image url, but the thumbnails in the back office aren't displaying.
I think there's a problem with the URL being generated for the thumbnails. I noticed they have a querystring of "?width=500&mode=max&animationprocessmode=first", and when I remove this via the developer console the image appears as expected!
I've looked on the forums but I can't find any mention of this... The querystring appears to be generated by the umbracocontroller.js file.
If I navigate to the image url without the querystring I can see the image, but with the querystring I get the following:
Can anybody offer any advice please? I've tried incrementing the Client Dependency version number and changing the umbracocontroller.js file.
Never mind, there was something wrong with the setup of ImageProcessor by the look of it, I replaced the cache.config with a clean version and the thumbnails have started appearing again!
Media Thumbnails not displaying (Media in Azure Blob Storage)
Hi, I've ran into a strange issue when using Azure Blob Storage for Umbraco Media. The Media is loading on the website without any issues and I can navigate to it via the image url, but the thumbnails in the back office aren't displaying.
I think there's a problem with the URL being generated for the thumbnails. I noticed they have a querystring of "?width=500&mode=max&animationprocessmode=first", and when I remove this via the developer console the image appears as expected!
I've looked on the forums but I can't find any mention of this... The querystring appears to be generated by the umbracocontroller.js file.
If I navigate to the image url without the querystring I can see the image, but with the querystring I get the following:
Can anybody offer any advice please? I've tried incrementing the Client Dependency version number and changing the umbracocontroller.js file.
Thanks in advance!
Never mind, there was something wrong with the setup of ImageProcessor by the look of it, I replaced the cache.config with a clean version and the thumbnails have started appearing again!
is working on a reply...