Hello Team, I have referred the article: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-quickly-set-up-dispatcher-locally-for-aem-ams-using-aem/m-p/754217After running each command, able to run the container. Now, I need to use my project dispatcher folders, files.I...
Hi, I'm tryng to use a target="_blank" on an "href" element to enable download on an other tab. But it is not working. The component is within a content fragment. Is there a known issue on this function?Thank you in advance,Sarah
<div class="a-container" data-sly-resource="${'subscribe' @ resourceType='xyz/components/content/subscribe'}"></div><div class="b-container" data-sly-resource="${'social' @ resourceType='xyz/components/content/social'}"></div>i have two components and used as resource in other component.now ...
Hi, I just created my first java model (based on another that works, basically a copy) that has blocked the ability to deploy only ui.apps. If I deploy the whole project, it works just fine, otherwise it brings the cannot find symbol error with the class name I assigned. The model and impl filename ...
Hi All,We are planning to migrate AEM 6.5 project from AEM as a cloud is there any source code is available which we can use for this, which includes functionalities like :-1. Static Templates2. oak indexes3. Asset workflow , etc
If I set the dev pipeline to run on "git changes" and I made 3 changes (3 merged requests) to the branch in a 3 minute interval. Is the dev pipeline running 3 times as well to deploy those changes? Thanks!
as above. I am testing something on my local and I am getting the following errors in my logs when the browser tries to fetch some data from a servlet. some info:I am using AEMaaCS jar as my local instance.I am login to my local author in another browser tab.I'm using the fetch Javascript function t...
I have a content Fragment with these fieldsTitle, Page Title, Canonical URL, Description, tagsI am using AEM AMS 6.5 setup. I need to create a GraphQL query for searching a word, say "Service" in multiple fieldsexample: serach word might be present in either of above mentioned CF fields.I heard, the...
Hi Team, We have a requirement to poll translated content from the TMS. Could you confirm if AEM provides any default polling mechanism for this, or if we need to implement a custom one? In case a custom polling mechanism or scheduler is required, how can we identify the correct Translation Object t...
Hi,I have created below method to execute the graphql query , It works fine on the local but on the dev server it's not working due to unauthorized, I tried to create using service user but that also not working . Does anyone excuted graphql query using basic authentication or any other approach in ...