Hi @everyone, I'm exploring Interactive Images in AEM — specifically the feature where you can enhance static images by dragging and dropping “shoppable” hotspots to create rich, engaging experiences. I have a few questions:Is this Interactive Images feature available only in AEM as a Cloud Service,...
Hi @arunpatidar,Thanks for the suggestion — that makes sense.Could you please share how to configure the CDN to forward requests like /graphql to the publish instance? I'd really appreciate it if you could point me to any documentation or reference material for setting that up.
Hi @narendiran_ravi Thanks for sharing the reference!Actually, I'm looking for a solution that can be handled directly within EDS itself, without configuring CORS in AEM.Let me know if you've come across any EDS-native approaches for this.
Hi Everyone, I'm currently working on an Edge Delivery Services (EDS) project using XWalk and trying to fetch data from an AEM GraphQL endpoint. Here’s the simplified JavaScript logic I’m using:const isAuthor = window.location.hostname.includes('adobeaemcloud');
const domain = isAuthor ? '' : 'publi...
Hi Everyone, I'm currently working on an Edge Delivery Services (EDS) project using XWalk and trying to fetch data from an AEM GraphQL endpoint. Here’s the simplified JavaScript logic I’m using:const isAuthor = window.location.hostname.includes('adobeaemcloud');
const domain = isAuthor ? '' : 'publi...
I'm building a block using EDS with XWalk, and I'm fetching content fragments via GraphQL in AEM as a Cloud Service. The image field in the response returns a DAM path like:"image": {
"_path": "/content/dam/shared/en/contributor/ian_provo.jpg"
}In my JavaScript, I'm using a helper (createOptimizedPi...
Hi Everyone, I recently came across an insightful session on YouTube titled: Scaling Up – Implement Large-Scale Projects on AEM Edge Delivery Services with Universal Editor In this presentation, they demonstrated how to manage a multi-site architecture using AEM Edge Delivery Services and the Univ...
hey @aanchal-sikka No, the suggested solutions appear to be generated by ChatGPT and are not applicable within the context of Adobe Edge Delivery Services (EDS).