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:
Is this a known limitation/bug in AEM as a Cloud Service (that the Author UI still tries to render previews via /is/image/)?
Should we expect Author to automatically use the production Scene7 delivery URLs for previews?
Is there a recommended configuration (OSGi, service mapping, etc.) to fix this, or does it require a product fix from Adobe?
Environment:
cc: @kautuk_sahni