Problem/Motivation
After applies D11 updates and update module to latest dev with or without the patches on this comment: https://www.drupal.org/project/cloudinary/issues/3428387#comment-16514847
It does not apply any Image Style anymore, media library items lost thumbnails.
Error:
Could not apply Cloudinary Thumbnail (150x100) image style to cloudinary://image:upload:Images/<Folder>/<ImageName> because the style does not support it.
I'm trying to debug it to provide more information but not more than that right now.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3581764-4.patch | 2.14 KB | aurora.luzzardi |
Comments
Comment #2
aurora.luzzardiComment #3
aurora.luzzardiOne finding so far:
When using the Responsive Image field formatter, everything works as expected. It correctly generates crops and applies the configured settings, in my case, using Focal Point Scale and Crop, which is functioning properly.
However, for images using the Cloudinary named transformation image style with Image field formatter, none of the Cloudinary processing functions seem to be triggered.
I’m currently investigating why this is happening.
Comment #4
aurora.luzzardiI found the change related to this issue, it was the change on the AssetNormalizer to use ObjectNormalizer instead of the PropertyNormalizer.
I uploaded a patch moving it back to the PropertyNormalizer.
The patch applies to 3.0.0@rc5 together with all those patches below:
Comment #5
aurora.luzzardi