I'm trying to connect my AEM as a Cloud Service instance to Adobe I/O in order to call APIs like Adobe Target, Analytics, etc. What is the correct way to set up the integration with Adobe Developer Console?
I'm using the out-of-the-box (OOTB) sitemap feature in AEM as a Cloud Service, but the /sitemap.xml endpoint isn't returning the expected XML format. Instead, it either shows an empty page or doesn't render at all.I've confirmed that the Sitemap Generator is enabled and properly configured. The requ...
Hi, I Am trying to create schema inside AEM AS cloud there i am looking for multilingual text field for Allows authors to input content in multiple languages but i am not able to find multilingual text field component inside schema build form. Is there any alternative way to achieve this in AEM ...
I have created a GraphQL endpoint on the author instance, and it works fine there. I’ve also published the GraphQL endpoint and the content fragment to the AEM publish instance. But when I try to access the GraphQL endpoint on the publish instance, I see the following errors. I already confirm that ...
Hi everyone,I'm working on a project in Adobe Experience Manager as a Cloud Service, where I have a large number of Content Fragments (CFs) stored in the DAM. I need to copy them into other language nodes, but I'm facing an issue: when I use the language copy feature on the root folder, it also brin...
We’ve set up a development environment and configured a pipeline to connect the Adobe repository to it. However, before cloning the repository or making any changes to it, I tried starting the pipeline—and it failed. What could be the possible reasons for this failure?
Hi all,I'm working on an AEM component and trying to get a property from the dialog using Sling Models. Here's a snippet of my code:@Model(adaptables = Resource.class)public class MyComponentModel {@injectprivate String title;public String getTitle() {return title;}} However, when I try to use this...
Requirement is to get list of pages published in last week only from a specific workflow only . To get list of all completed workflows , I am referring JSP code present here -- /libs/cq/workflow/admin/console/components/datasource/workflowinstancedatasource/workflowinstancedatasource.jsp . "resour...