I have a CF model linked to a CF folder under DAM. When I create a CF manually using the Touch UI, it works perfectly, and I can create and retrieve the CF successfully. However, when I try to create a CF using the Asset API, I receive a 500 error response. Upon checking the logs, I found the follow...
Hi everyone,I've seen a lot of tutorials and resources on using AEM Headless, particularly around creating simple, small-scale sites using content fragments (e.g., this tutorial).However, I'm curious if anyone has worked on a real-world project where AEM Headless was used to build a global, multi-re...
Hi All,I am trying to copy paste the component within the component making it nested. but the page becomes unresponsive UI locks-up for more than 5 mins and is back once the request completes. To be precise request throws success response soon but loading the response on to UI is time consuming. Ex:...
AEM supports traditional, Headless and Hybrid delivery capabilities in various ways. Which of the following are the tools enabling Omnichannel experience capabilities in AEM? Sling Modal Exporter for Content Fragments and Experience FragmentsAEM Assets HTTP APIContent Services Sling Modal Exporter...
An AEM Developer creates a custom OAK index for /content/mywebsite under /oak:index node. While testing the live site. It is found that the index is not being applied to any query within the website. Default Lucene indexes with high cost are being picked up by the AEM.What is the most likely of the ...
A developer needs to make template T available as a child page of page P. The developer has determined that:Template T matches cq:allowedTemplates property on page P.Template T has no allowedPaths Property set.Template T is not in the same application as page P.The template of page P has no match on...
Hi everyone,We have an event handler to handle the replication event and are doing some processing based on that. And we have a scheduled job to republish a list of pages. Now we don't want to get that event handler triggered when the replication event occurs by this job.Is there a way to identify t...
An AEM application msut implement user testing using AEM Mocks.Which two service does the Class AemContext provide developers access to? (Choose two)A. SessionB. FlushAgentC. TagManagerD.WorkflowSessionE. ModelFactory
I created a component with a form. My intention is to be able to send the results of the data entered to the email, which is always written using a form. I'm trying with a servlet but it doesn't seem to detect it either
I am working on an AEM project where a 3rd-party API returns a large JSON response containing n number of objects. On a single page, I have 4 different components that need to display data derived from specific parts of this JSON response.To optimize performance, I want to avoid making 4 separate AP...