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...
Hello Team, I am using AEM as a cloud service. Created a tag.Created a content fragment. In this, I have few fields along with tag field. I have used the above tag in this CF. Consider that, I have used the tags in few more content fragment as well. Now, I wanted to delete the tags. At that time, it...
Hi team, I need to update supported language for tag so was trying to add it thru code for cq:Tag node but that did not work and then try to add it thru package installation it is also not working can anyone guide me to do this? Thank you Umesh Thakur
We are currently using an on-premises AEM instance. As a best practice, we typically remove two publishers from the load balancer, deploy the code packages to them, and then repeat the process for the remaining publishers. This helps avoid user impact or traffic disruption. However, this approach is...
Hi, I'm trying to run the aio cloudmanager:org:list command, it returns a blank response — no organizations are listed. C:\>aio cloudmanager:org:list Org Id Org Name Roles Active ────── ──────── ───── ────── Additionally, when I try to use workspace-related commands like aio console workspace:select...
Hi everyone,I'm integrating Angular with AEM and trying to render a simple Angular component. The build runs fine, clientlibs-angular is generated correctly, and the JS files are included using:<cq:includeClientLib categories="myproject.angular" />In my HTL file, I have:<div class="angular-hero"> <...
Hi Team,Can someone help me solving below error? Below is my code to dynamically populate dropdown from a json file but it is not working. I have followed the tutorial given by @arunpatidar . I am getting below error in my code:20.05.2025 17:21:58.487 *ERROR* [[0:0:0:0:0:0:0:1] [1747741918452] GET /...
Hi everyone,We're kicking off a new AEM project from scratch, and the requirement is to use Angular for the frontend. By default, the Angular version is set to 9 when scaffolding the project, but we needed a more recent version — so we upgraded Angular successfully, and the build completes without e...
Hi , We are storing the userdetails in AWS DB, and We have our lambda api which returns userdetails when called , To call the API we are sending key and token in headers , the same api is returning data in our AMS environment , local environment as well as in POSTMAN , but the api is not returning a...
I am trying to integrate Assets with graphql on AEM, but I need to create a content fragment for each asset. I am wondering if I can create like a global json file and integrate that with graphql on AEM.