Hi all, I need to add data-cmp-data-layer-enabled attribute to body element. I follow the tutorial which creates /conf/<mySite>/sling:configs/com.adobe.cq.wcm.core.components.internal.DataLayerConfig. And set the enabled property, added sling:configRef property under my site However, I still could...
I am getting below error while running the scene7 workflow java.lang.Exception: java.lang.NullPointerException at com.day.cq.dam.scene7.internal.impl.Scene7InternalUploadServiceImpl.uploadPost(Scene7InternalUploadServiceImpl.java:430) [com.day.cq.dam.cq-scene7-core:5.12.52] at com.day.cq.dam.scen...
Hi AEM Community, I have the below code configured in my dispatcher_vhost.conf - # Allow ingressroute checks through on /systemready (regardless of dispatcher filters)<Location "/systemready"> ProxyPass http://${AEM_HOST}:${AEM_PORT}/systemready RewriteEngine Off</Location> # Allow access to ...
Hi all, We have implemented Lucene full text search by implementing a query. Now we have this requirement to sort the results based on textual relevancy. We would like to perform this sorting with highest being the maximum number of occurrences of the search keyword in the results obtained on fullte...
Hi Team, I am calling a on click event of cq-dialog-submit to perform custom payload for my multifield. Here I want to add a custom class to root element of dialog, so that I can call cq-dialog-submit of my component dialog only.I added like below in screenshot, but custom class and dialog submit bt...
I am hitting an endpoint and getting the below error in the network tab. Also, I'm getting 302 not found error for the resource. Can anyone clarify what exactly can be the issue?
Hi All, How can we retrieve any information about deleted data in a folder in Adobe cloud services. Our business team is reporting that they created content fragment model in the /content/dam/abc location, but the are not available now. The models that were created 6 months ago are available, but...
Hi all, Is it possible to get the actual path of a resource, if we only know where it was used? For example, I have a policy being used on a template at: /conf/we-retail/settings/wcm/templates/section-page/policies/jcr:content/root/responsivegrid/weretail/components/content/teaser/policy_1526037...
Hi All, I recently start a project with archetype 32. After creating it, I tried to build it using maven as: mvn clean install, I got following error: [INFO] WARNING in ./src/main/webpack/site/main.ts [INFO] Module Warning (from ./node_modules/glob-import-loader/index.js): [INFO] (Emitted valu...
Hi, We recently started running into an issue where everyday the dispatcher would cache some file with -wrong appended it it, ex. home-wrong.html and home-wrong2.html. This ends up being served on the site. Has anyone run into such issues. We have not had any code or dispatcher changes deployed...