If you are using the NuGet pacakge I would recommend that you install the Umbraco package over the top, the installer will check for any config issues (use Git to check for any changes)
The most common issue I've found is the security.config file not being configure correctly for Image Processor. If it is missing the prefix attribute in the service element for CloudImageService it won't process the requests properly and returns the full image.
Blob storage and cloud
I'm using blobstorage with cloud for the first time. All is working, exept the imagecropper.
If I use Url.GetCropUrl I get the original image... How can I get the cropped image as I requested?
Thanks, Frans
I do like this:
That is not the solution.
The I get the crop url from the method I use but when I request the image it returns the original. This code works without using blobstorage.
Well, that’s what I do on a site that uses blob storage. And it works
If you are using the NuGet pacakge I would recommend that you install the Umbraco package over the top, the installer will check for any config issues (use Git to check for any changes)
The most common issue I've found is the security.config file not being configure correctly for Image Processor. If it is missing the prefix attribute in the service element for CloudImageService it won't process the requests properly and returns the full image.
So it should look something like this:
See if that helps :-)
Nik
Thanks guys
The issue was due to a missing key in the security config. Jeavons solution pointed me in the right direction.
I've corrected the Umbraco documentation so this won't happen to the next one following it.
is working on a reply...