I have a content fragment which has references to audio files from dam. I'm exposing a graphQL endpoint which pulls contents from this content fragment and exposes publish url of contents. In the response, I'm getting the url of the audio like : https://publish-pXXXX-XXX.adobeaemcloud.com/content/da...
@aanchal-sikka 1. I have started local instance in normal mode only. Even in "dynamicmedia_scene7" runmode, it doesn't work.java -jar aem-author-p4502.jar -r dynamicmedia_scene72. I have pulled all the images from higher environments to local.3. Yes they are published in higher environments and Its ...
Yes in local instance, both author and publish. Yes, dynamic media is setup. I have setup DM settings in local by bringing the changes from conf/global/settings/. But the connection is failing. But it works in higher environments. What am I missing?
Images are not loading in AEM pages though they are available in dam. See the below screenshot. In browser console, I get 404. But I have those images in dam and the path given is correct too.But the image loads in higher environments (AEM as a Cloud Service). I think I'm missing something in my loc...
@aanchal-sikka Makes sense now.So if no CUG is applied for the content which the graphQL query accesses in query, no need of authentication for the API even in prod? The publishUrl of assets returned in the query result in prod would be accessible without any authentication?