Hi @vijayselvas1 ,
It seems you missed core.wcm.components.all, Please try below steps
1) Edit pom.xml and add the following dependencies in the <dependencies> section:
<dependencies>
...
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
...
Hi @skumari1,
It seems you missed core.wcm.components.all, Please try below steps
1) Edit pom.xml and add the following dependencies in the <dependencies> section:
<dependencies>
...
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
<vers...
HI @anirudhanand ,
I believe, you can achieve this by setting up flag -F
curl -u <user>:<password> -F cmd=install -F mode=merge http://localhost:4502/crx/packmgr/service/.json/etc/packages/my_packages/test.zip
Hope that helps!
Regards,
Santosh
Hi @srinivas_chann1,
Please go through similar thread here
[0]: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/geo-ip-based-redirection-in-apache-2-4-with-a-dispatcher/m-p/291400
[1]: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-does-aem-cl...
Hi @manasabojja7,
You can very easily integrate 3rd party chatbot tools on AEM. Most live chat tools on the market focus on being easy to add to any web site by making integration client side, often just having to include a javascript library on the page and then placing an empty div and some inline...
Hi @Mukesh_Kumar_Co,
I'm not using VS code but have you tried importing these policies from parent node? Let's say
/content/dam/<folder>/jcr:content/policies
or
/content/dam/<folder>/jcr:content/policies/cfm
Otherwise, you can create a package for similar locations in your AEM and export them to yo...