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.

CommentFileSizeAuthor
#4 3581764-4.patch2.14 KBaurora.luzzardi

Comments

aluzzardi created an issue. See original summary.

aurora.luzzardi’s picture

Issue summary: View changes
aurora.luzzardi’s picture

One 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.

aurora.luzzardi’s picture

I 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:

"drupal/cloudinary": {
            "3428387: Automated Drupal 11 compatibility fixes for cloudinary": "https://www.drupal.org/files/issues/2026-03-17/3428387-38.diff.patch",
            "3354894: Cloudinary Stream Wrapper caches items in the database (Database Storage) but never actually checks if an item is inside the storage": "https://www.drupal.org/files/issues/2024-06-20/cloudinary-3354894-7.patch",
            "3455065: Missing file entity filesize property": "https://www.drupal.org/files/issues/2024-10-09/cloudinary-3455065-5.patch",
            "3431899: TypeError: Drupal\\cloudinary_media_library_widget\\Form\\CloudinaryUploadForm::__construct(): Argument #2 ($library_ui_builder) must be of type Drupal\\media_library\\MediaLibraryUiBuilderInterface, Drupal\\media_library\\MediaLibraryUiBuilder @cloudinary 3.0.0": "https://www.drupal.org/files/issues/2024-04-22/cloudinary-3431899-5.patch",
            "3479908: Database storage only works with ASCII public_id": "https://www.drupal.org/files/issues/2024-10-10/cloudinary-3479908-2.patch",
            "3394440: Fix dynamic property $context issue": "https://www.drupal.org/files/issues/2025-04-21/3394440-fix-dynamic-property.patch",
            "3309492: Configuration errors with Cloudinary after upgrading to Drupal 9.4.5": "https://www.drupal.org/files/issues/2026-03-17/3309492-21.patch",
            "3458458: PDF File Missing Extension in Generated URL": "https://www.drupal.org/files/issues/2024-07-20/cloudinary-506472d-fix-the-stream-wrapper-undefined-URI-and-set-the-correct-asset-type-plus-the-extension.patch",
            "3581764: After D11 update and module Update none of the images styles applies": "https://www.drupal.org/files/issues/2026-04-16/3581764-4.patch",
        },
aurora.luzzardi’s picture

Status: Active » Needs review