Umbraco-S3-Provider icon indicating copy to clipboard operation
Umbraco-S3-Provider copied to clipboard

Image not showing in cropping thumbnails in back-end

Open sameergalhotra opened this issue 6 years ago • 5 comments

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

image

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.

sameergalhotra avatar Jan 22 '19 18:01 sameergalhotra

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.

PhilA1 avatar Jan 23 '19 08:01 PhilA1

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)

screenshot 2019-02-01 at 14 50 02

snerpton avatar Feb 01 '19 15:02 snerpton

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

AndyFelton avatar Feb 26 '19 19:02 AndyFelton

Confirming that I've run into the same issue, fresh install on Umbraco 7.14 with S3 plugin version 1.0.38

radekznfa avatar May 21 '19 15:05 radekznfa

For the time being we've opted for @snerpton solution by setting interceptAllRequests="true"

radekznfa avatar May 21 '19 18:05 radekznfa