Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

AEM Assets Dynamic renditions preview UI and Image presets thumbnail UI show Broken Images

Avatar

Level 1

Hi Community,

We’re running into an issue with Dynamic Media previews on AEM as a Cloud Service Author.

When viewing assets in the Asset Details view or when browsing Dynamic Media image presets in the side rail, the thumbnails and previews fail to load. Looking at the network calls, the preview URLs are being generated like this:

https://author-xxxxx.adobeaemcloud.com/is/image/...?$preset-lg$

 

These requests return 403 or 404 since /is/image/ is not available on the author domain in Cloud Service.

However, when we copy the rendition URL or use RESS, the URL points correctly to the Scene7 CDN:

https://s7d1.scene7.com/is/image/...?$preset-lg$

 

So the problem seems to be that the AEM Author UI is picking data-imageserver=/is/image/ instead of data-production-imageserver=https://s7d1.scene7.com/is/image/ when building the preview URLs.

 

Questions:

  1. Is this a known limitation/bug in AEM as a Cloud Service (that the Author UI still tries to render previews via /is/image/)?

  2. Should we expect Author to automatically use the production Scene7 delivery URLs for previews?

  3. Is there a recommended configuration (OSGi, service mapping, etc.) to fix this, or does it require a product fix from Adobe?

Environment:

  • AEM as a Cloud Service

  • Dynamic Media hybrid mode enabled

  • Issue occurs in Asset Details (renditions) and Image Presets console

    KiranMa1_0-1757584057972.png

     

cc: @kautuk_sahni 

1 Reply

Avatar

Community Advisor

@KiranMa1  Have you checked this documentation? especially on how to fix Image preview not loading. Please test it lower environment or local instance. I haven't tested this. 
https://experienceleague.adobe.com/en/docs/experience-manager-65/content/assets/dynamic/troubleshoot...

Saravanan_Dharmaraj_0-1757604435988.png