The following error is coming inside the publisher's error log. Does anyone face this issue before? This job is getting executed every minute. How can we fix this issue? 08.08.2022 15:12:34.999 *INFO* [sling-threadpool-329daef3-1937-4169-9228-eb93ab6b2995-(apache-sling-job-thread-pool)-7-com_day...
Hi AEM Community, I have the below use case - 1. VHost File with redirect engine on and 2 rewrites inclusion <IfModule mod_rewrite.c> RewriteEngine On Include conf.d/rewrites/rewrite.rules Include conf.d/rewrites/rewrites_brandA.rules </IfModule> The rewrites in rewrite.rules are exe...
Actually, I needed to add/include Bootstrap 5 in my project referring this post. And worked. Solved: How to enable/add Bootstrap version 5 in my projec... - Adobe Experience League Community - 409989 But whenever I am running "mvn clean install -PautoInstallBundle" in ui.frontend after creating .scs...
In the teaser, I am able to use image. But I wanted to add some extra div class while displaying image. When I check the teaser.html, this refers to the image.html file in the same component. Whereas image.html file only this code: <sly data-sly-template.image="${@ teaser}"> <div class="cmp-tease...
Hi I would like to find all pages that use a specific template in AEM 6.5. How can I do that? I tried the Component report <servername>/miscadmin#/etc/reports/compreport but that did not do what I need. Thanks in advance.
We are planning to migrate a huge amount of assets available at different locations, such as Onedrive, Sharepoint, Dropbox and few on S3. For S3 we can use the Bulk Asset upload mechanism and we can pull the binaries. But for all other modes, what will be the best way to pull the assets into AEM? ...
Hi AEM Community, I am using the below Error Document directive for redirecting to custom error pages - ErrorDocument 404 /errors/404.html Currently the rule is working correctly but I have a requirement to retain the URL which the user entered. As this will help with user being able to corr...
I have one component(Name, Price, Button Label) which has button . Whenever button is clicked it should redirect to new page and fetch the same data and print there. I am trying to use href with parameters p and name using which I coul get the data and show in new component present there. I have w...