Hey everyone, I am trying to implement a Blogs feature in EDS. I am doing this by creating a dynamic feed from query-index.json using JS fetch. async function loadJSON(path) { if (path) { const resp = await fetch(path); if (resp.ok) { return await resp.json(); } } return nul...
Hi Team, I'm trying to setup Universal Editor and EDS with AEM sandbox following this tutorial https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/edge-dev-getting-started Unfortunately I'm not able to see the result on https://main--<r...
In the context of Adobe's document-based EDS, a client is able to make changes to a document, preview those changes, and then publish the document. For this particular project, the document being used is hosted on SharePoint. The workflow is supposed to function as follows:Edit: Changes are made to ...
We are using AEM Cloud. AC tool was applied automatically upon deployment via install hook. We got this error very frequently. We have also applied AC Tool manually but still got this error. Does anyone encounter this before? And what is the cause? 2025-02-11 18:34:05.842 | *ERROR* | [67.168.152.164...
I am trying to access nav.html and footer.html directly from scripts, but I am consistently getting a 404 error. Is EDS intentionally blocking access to nav.html and footer.html?However, I am able to access nav.plain.html and footer.plain.html without any issues. The problem is that plain HTML does ...
I’m exploring automation testing options and wondering if Playwright or any other automation testing tool can be used in EDS. Has anyone tried integrating Playwright, Selenium, or other tools for testing in EDS? If so, what were the challenges, and are there any best practices to follow?
Hi All, Currently EDS content importer only works for Document base authoring. Does anybody have the information that by when it would be available for Universal Editor Authoring.
How can we use React in EDS? We're working with EDS in the Universal Editor and want to integrate React for the frontend. Does anyone have any insights on how to achieve this or any reference HLX sites?
Hey, we're building an EDS site for a client and ideally we don't want the .live or .page site to be crawlable or accessible publicly. We want some sort of security or VPN (or login) around it? Is this possible? What options do I have?
In my EDS Xwalk project, I want to add data attributes to individual dialog fields. For example, a text field includes default attributes like data-aue-prop="title", data-aue-label="Title", and data-aue-type="text". Similarly, if I want to add a new data attribute like data-field-id to specific dial...