I have set up the dispatcher flush agent on the publisher. Can someone explain what “on Receive” means and what “chain replication” means in this context?There is no official documentation explaining chain replication, which makes it very confusing.Is anyone using this setting and explain the chain ...
I have had a SPA website running for the last 4 years. Recently, I encountered an issue where the homepage—or any page with child pages—turns blank. After debugging, I found that the SPA's out-of-the-box model.json does not fetch the responsive_grid nodes or the components inside them.To investigate...
Hello Team, We are in the process of integrating Asset Share Commons into our project to enable external users to access DAM assets.I have referred to the following documentation and added the required dependencies for Asset Share Commons into our project:Getting Started with Asset Share Commons How...
This article - Developing with AI Tools talks about developing for Edge delivery services using AI coding tools using llms.txt and AGENTS.md files which provide a lot of contexts to the AI about the project they are operating one. Can we have a similar thing that gives similar starter files for AEM...
so I have initially run the publisher using this command (I'm on Linux using JDK11)java -jar aem-publish-p4503.jarI installed the content and code packages and I can browser the custom pages without any issues. My problem started after I restarted my PC. To start AEM publish I triedjava -jar aem-pu...
Hello Team, I have referred the article: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-quickly-set-up-dispatcher-locally-for-aem-ams-using-aem/m-p/754217After running each command, able to run the container. Now, I need to use my project dispatcher folders, files.I...
Hi, I'm tryng to use a target="_blank" on an "href" element to enable download on an other tab. But it is not working. The component is within a content fragment. Is there a known issue on this function?Thank you in advance,Sarah
<div class="a-container" data-sly-resource="${'subscribe' @ resourceType='xyz/components/content/subscribe'}"></div><div class="b-container" data-sly-resource="${'social' @ resourceType='xyz/components/content/social'}"></div>i have two components and used as resource in other component.now ...
Hi, I just created my first java model (based on another that works, basically a copy) that has blocked the ability to deploy only ui.apps. If I deploy the whole project, it works just fine, otherwise it brings the cannot find symbol error with the class name I assigned. The model and impl filename ...