Hi team,I was setting up local development environment in AEM. The pages created are deleted upon building the code again. How can we resolve the issue?
Hello, we have a Dev env where after we upgraded from 6.5.4 to 6.5.15, our SSI/SDI includes started failing. The include is called on the Publisher directly with a suffix of user UUID:/content/<path to page>/<page>.html/<user UUID> --header "Server-Agent: Communique-Dispatcher" When include works co...
Hi, I have a component - component A that has been rolled out from Lang Master into Live Copy along with other components. The component A is the last component in the Language Master(bottom of the page).The inheritance of this component A in live copy is broken to modify it.Now, if I update my Lan...
Hi! I am working in AEMaaCS and I have Dynamic media configured in my ENV.I need to use the Dynamic Media component to use the video player and I have seen how to add multi-subtitles and multi-audios with DASH and this service to generate transcriptions https://experienceleague.adobe.com/docs/experi...
I have two AEM instances. I need to use custom Sling Content Distribution for sending JSON file from Instance-1 to Instance-2. Is it possible to implement?
Is it possible to assign permissions to custom group which can impersonate any user in AEM?We can individually assign impersonator per user but is there a way to assign a group or user privilege to impersonate anyone? We want to avoid giving this group/user administrator privilege/product profile.Wi...
Hi,Intermittently we are facing "Apache Sling Exception" on PRODUCTION for a specific page. We are trying to understand the root cause through the logs. However, we're finding difficulty in intercepting them.LOGS:Caused by: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apac...
An AEM Application is using graphQL and it is returning response as HTTPResponse. Then it is converted into a String. How can we sort the data coming from GraphQL? Can we sort it using the query? Where do we specify the query to get the data in a sorted format?