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).
Hi everyone,I'm trying to create a nested block structure in Universal Editor using the following JSON definition:{
"definitions": [
{
"title": "Tabs",
"id": "tabs",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/components/bloc...
I didn’t do much—just created a new site, and the warning didn’t appear.But if you're seeing the warning, try adding the script tag to the head.html file located in the XWalk root.