Umbraco-S3-Provider
Umbraco-S3-Provider copied to clipboard
Image not showing in cropping thumbnails in back-end
In back-office image is successfully uploaded and show thumbnail in back-office, but when I click on that thumbnail to see all cropped options it does not show all dimensions thumbnails. as shown below
As I see in src of these thumbnails we do not have any query string parameter, so Image processor is not hijacking these images and hence not rendering
Do we have any solution for that or is there any way in provider that we can upload image at both the place local media and as well as at S3 media folder.
Interesting, I've never seen that. I've used this extension since I first used Umbraco so I didn't realise it was even missing.
I'm also experiencing a similar issue, only my images don't have crops (see screenshot).
Changing interceptAllRequests="false"
to interceptAllRequests="true"
in ~/config/processing.config
resolved the issue, but I don't believe optimal for ImageProcesseor?
Issue:
- Images aren't displayed in the back-office.
- Images requested with valid ImageProcessor GET parameters are served just fine. Images requested without these GET parameters (e.g. /media/xxxx/image.jpg) 404 error.
Setup:
- Umbraco (13.1)
- Umbraco.Storage.S3 (1.0.33)
- ImageProcessor (2.6.2.25)
- ImageProcessor.Web (4.9.3.25)
- ImageProcessor.Web.Config (2.4.1.19)
I have just found this same problem on a site we've just deployed. Downgraded from 1.0.36 to 1.0.31 (what my other site used) and now all is working
Confirming that I've run into the same issue, fresh install on Umbraco 7.14 with S3 plugin version 1.0.38
For the time being we've opted for @snerpton solution by setting interceptAllRequests="true"