Hi All, We have an issue that we are not able to get the proper response from Adobe Mesh API as it is throwing syntax error while passing the graphql query as part of the payload to it as in the below screenshot:Here is the GRAPHQL Query for the AEM Content Fragements :{ commerceCfmList( fi...
Hi,I want to search for multiple words like "Activity", "testing" etc..This search need to be done under different content paths like "/content/mysite1", "/content/mysite2","/content/mysite3" etc..This searchtext can be found on jcr:content or any node under jcr:content of the page.I have written se...
I am trying to deploy my AEM Cloud repo, but it always fails on the Dev pipeline while the exact same branch works on the Production pipeline. As you can see below, it passes everything in the "BUILD AND CODE SCANNING" section, so the code itself seems fine. But when it comes to the "NON-PROD DEPLO...
Hi, I had to shorten the URL from the dispatcher, which I succeeded, but I could not view the page content on the shortened URL, but when the URL wasn't shortened, I could view the content similar to Publisher. Please guide me on how to make the page visible on Dispatcher with shorten URL. Thanks
Hi all,I'm using aem as cloud service 2023 version when i trying to setup publish instance on my local machine i'm getting this error while starting the aem jar file. Kindly give some ideas to resolve this issue.HTTP ERROR 404 Not FoundURI:STATUS:MESSAGE:SERVLET:/404Not Foundorg.apache.felix.http.ba...
We have a requirement to customize the tooltip of Dialog Done & Cancel Buttons We tried to overlay the file \apps\cq\gui\components\authoring\dialog\dialog.jsp and customize the title property as follows but that did not work. <button is="coral-button" icon="check" variant="minimal" class="cq-dialo...
Hi,I am writing script to replicate a page using groovy console. But I am always getting the Replicator instance as null.What is the best way to get Replicator instance in groovy? Thanks!