404 on media images, but works through ImageProcessor
I did upgrade Umbraco to 7.5.2 from 7.4.1 and got problems with browsing media images.
All media files are stored in an Azure blob container.
When accessing an image with url /media/1015/image.png I do get a 404.
But if I access the image with /media/1015/image.png?rnd=23213 or /media/1015/image.png?width=400 it works.
It looks like its working when the request is going through ImageProcessor but otherwise not.
Glad you found the solution. I got hit by that the other day and I wrote both the libraries! Still trying to figure out what change I made that fixed it.
404 on media images, but works through ImageProcessor
I did upgrade Umbraco to 7.5.2 from 7.4.1 and got problems with browsing media images.
All media files are stored in an Azure blob container.
When accessing an image with url /media/1015/image.png I do get a 404. But if I access the image with /media/1015/image.png?rnd=23213 or /media/1015/image.png?width=400 it works. It looks like its working when the request is going through ImageProcessor but otherwise not.
Does anyone know how to solve this problem?
Find the answer myself.
Update nuget package UmbracoFileSystemProviders.Azure to 0.5.4 beta. After that it works!
Hi Erik,
Glad you found the solution. I got hit by that the other day and I wrote both the libraries! Still trying to figure out what change I made that fixed it.
Cheers
James
is working on a reply...