Hello Team, We have implemented custom workflow step to send email notifications. When we deployed Day CQ Mail Service configs on Cloud dev instance, it worked properly. When we tested it second it failed and giving exception:*ERROR* [JobHandler: /var/workflow/instances/server1303/2023-11-23/custom-...
Details Discover the exciting features and innovations in the latest release of Adobe Experience Manager (AEM) Cloud Service, version 2023.11.0. The features in this release focus on Experience Manager Forms, Assets, and Cloud Service innovations and include the following: Prerelease features: AEM ...
Hello, I'm an intern and my current task is to setup the CIF addon and the Venia project. While I was able to install both the project and core components, when I try to access Venia store through Commerce icon in AEM I get the following response: I've double checked the installation files regarding...
I'm developing a "columns" component where the user can select the number of "columns" they want to create. Our users find creating nested containers difficult and the idea is to make it easier for them to create more ornate layouts. As an example if they want two columns then they would be able t...
Hi,on the template, I defined a Carousel component with the nested teasers at structure for the teasers defined a policy.I allowed heading element as h1, h2 and default heading element as h1 in the policy. Both teasers are with same policy, when I created a new page I am getting carousel with nested...
I have JSON service exposed to other system from AEM ex: https:domainname/content/portal/services/apidata.getMenuData.jsonThis is achieved as below. The data which needs to shared in JSON is configured in webpage say "/content/portal/menuconfig.html" via dialogue.There is service component with "ge...
The error I encountered is: *ERROR* [FelixLogListener] com.adobe.granite.optout.impl.OptOutServiceImpl bundle com.adobe.granite.optout:1.0.0 (255)[com.adobe.granite.optout.impl.OptOutServiceImpl(686)] : factory pid com.adobe.granite.optout.impl.OptOutServiceImpl, but this pid is already supplied as...
We have a requirement for filtering content fragment by created date and last modified date, which are stored in the _metadata. Since it's an out of the box field, we are unable to apply any filters against it. Is there a workaround for this? Our other option is to filter dates after querying the en...
I have a situation where there is an image uploaded to a page with the cq/gui/components/authoring/dialog/fileupload component using the uploadUrl property = ${suffix.path}. This image gets cached (based on our dispatcher rules) for 2 hours, which is fine. However, when the image gets swapped out fo...
My requirement is to move Client library's JS files to DAM instead of placing it into /apps/myproject/clientlibrary/js folder.I have updated base directory path defined in js.txt file as below#base=../../../../content/dam/myfolder/clientlibs/base/js instead of #base=js (standard one)BUT this is not ...