Hi, i'm struggling with this, i created a custom component called swcarousel and i'm trying to use a JS file with some functions that are used to change from image to image, the JS file is placed in the path ui.frontend/src/main/webpack/components but it still not working, someone has an idea how th...
HiWhen I create packages it's going to use some of the disk space. When i delete those packages the disk space is still used. I was able to track the location of those used memory localy to this path: C:\workarea\aem-local\author\crx-quickstart\repository\datastore Deleted it like this: On this page...
Hi, I am trying to include component on page via sightly code using<div data-sly-resource="${'btn' @ resourceType='world/components/content/max-button'}"> </div> I can see the parsys of the max-button component but unable to author it. In logs I am getting the below error. Need help java.lang.NullPo...
hi, I want my variable which I have declared in cfg.json file to be used instead of static value in HTML file .please help me how to do it.my cfg.json file is : { "cssCds": "https://www.example.css", "jsCds":"https://www.example.js"}I am made one configuration java file which is :@Component(servic...
Hi all, I am trying to implement CUG(Closed User Group) in my project. I have followed the below article and did all the steps. But when I access the CUG configured page it's not showing anything only blank page is showing. Am I missed anything please help me? As per the article I have checking in ...
Hi All,I am seeing the below error for some of my pages. This is filling most of our app logs and making the page slow. /content/abc/cde.html HTTP/1.1] com.day.cq.wcm.core.impl.devicedetection.DeviceIdentificationModeImpl Could not find a jcr:content/cq:deviceIdentificationMode property for page Can...
We are creating templates in AEM and syncing them with Campaign.Some templates have conditional blocks like <%if(recipient.brand=='Adobe'){%>Show Adobe Content<%}else if(recipient.brand=='Facebook'){%>Show Facebook Content<%}%>Is there a way to test these Conditional block within AEM before sending ...
Is it possible to leverage the AEM Assets duplicate detection functionality when uploading assets through an API process?I found this post that feels similar to the response that, yes it could be possible to build that into an API to initiate the check and provide the API to take action based on a r...