Hi, I am following the below article and made the changes to add few headers(Access-Control-Allow-Origin) to be cached along with the response. But if request the page or clientlibs the Access-Control-Allow-Origin header is not coming in the response(Status 304) and only if we pass "?" in the end of...
Hi All,I need suggestion for the below business problem: We have two set of sites 1) All Marketing sites built in Adobe AEM and 2) All transaction (Authenticated) sites hosted in React Web application.Now each of these platform has their own set of shared UI Library.I mean AEM has its own UI Library...
I need to handle a dynamic url where the last three url paths are variables. I have a url like /content/mysite/us/en/home/product/tools/var1/var2/var3 that I can transform to /content/mysite/us/en/home/product/tools.var1.var2.var3.html via /etc/maps. The Sling model is building the correct model.jso...
Hello All,I am using ACS commons 5.0.6 on AEM 6.4.I am using Generic list to store keys and Title. When i update the Title & try to access the newly modified Title via API genericlist.lookupTitle()I still am seeing only the old value.Has someone encountered the issue ?Please let me know if you have...
In Bundles screen there is an option to "Install version in parallel". This is used for installing multiple versions of the same bundle.I want to know what is the maven/ CURL way of doing this. I want to install my bundles thru AMS/Pipelines.
Hi Team,While i am trying to open aem jar file ,its throwing "did not find an available server port tried 4502"please refer below error attached screenshot and help me outNote: as per guidance i have to use 4502 port only
Hi All, I am working on latest version of AEM as cloud version December SDKIn my local I am trying to create a logic to find all the pages which are activated and trying to read the property cq:lastReplicationAction but I am seeing these 2 properties cq:lastReplicationAction_publish and cq:lastRepli...
I want to add oak index for my query and I wanted to know which would be a better option to use ? Lucene or property index? We have the property and its value to be queried upon.Will it have an impact on the performance if I go with property index?