Hi All, We all are aware of classic /dispatcher/invalidate.cache which can be used as way to clear dispatcher cache manually using API calls. Does there is similar way to do this in AEM as cloud service using Adobe IO or something maybe? Thanks,Shehjad
I have enabled the extensions in filters too./0010 { /type "allow" /extension '(css|eot|gif|ico|jpeg|jpg|js|gif|pdf|png|svg|swf|ttf|woff|woff2|html|pptx|docx)' /path "/content/*" } I am able to access the other extensions too but not these. These extensions are working on author and publish but not ...
Hi, I am going through course Course ID: ATS_ODL_AEM_SITES_0002 (Develop Websites and Components using AEM) and we have first step to install the local instance of author and publisher.But in AEM_Installation folder we have only license.properties, it does not contain any JAR file. Need support to g...
Why am I getting this error when I am installing a new service pack in my AEM development environment on a new AEM instance? I tried many times of re-installing the Service packs, but I keep on getting this error.How to replicate my problem.1. Delete crx-quickstart folder2. Double click on JAR file3...
I'm using editable templates with the header and footer as experience fragments. On author this works as expected, but on publish the header and footer are missing. In the publish log, I see this:19.05.2022 17:01:30.302 *INFO* [127.0.0.1 [1652994090260] GET /home HTTP/1.1] com.day.cq.wcm.foundation....
Hi All,I am trying to export a experience fragment to Target from Adobe AEM and i am successful in that.As per my understanding When i export an experience Fragment to target it creates a clone in target with experience fragment html ,JS and CSS whereas assets used in the experience fragment will st...
I have a query as below SELECT * FROM [dam:Asset] AS a WHERE ISDESCENDANTNODE(a,[/content/dam/company/creative-assets/opt/campaigns]) AND LOWER(a.[jcr:path]) LIKE '%/100098282_enfr%' ORDER BY a.[jcr:created] We have created a custom index and created the required index properties including the one f...
I am looking for a OOTB solution to generate a report for used and unused asset's under a dam node. Are there any query for that? I tried using generating report using this query ```path=/content/dam/applicaion-nametype=dam:Assetproperty=jcr:content/usages/dam:scoreproperty.value=1p.limit=-1```usage...
Hi All, We had designed a component to generate dynamic script values based on the author inputs to display ads on the page.So , on adding multiple AD components , script results are showing up only in the last component added on the page. Eventhough ID is unique to each component ,response is not ...
Hi All, We had a workflow working where we sent a CF for review and the reviewer could diff the contents of the CF. The UI that the reviewer sees isn't great but by doing this we used to get to see a diff: selecting the item to review from their inboxselecting payload selecting timeline on top leftc...