We are encountering an issue where our test suite executes successfully in the local environment but fails to run properly in the cloud environment. Below are the relevant details and observed behavior for troubleshooting:Local Execution:Environment: macOSLogs Summary: Ran mvn verify -Pui-tests-loca...
We are using AEM as a cloud service version 6.5.19.0 and ACS AEM Commons version 5.0.2. We are facing issues with the Dispatcher flush feature and the MD5 hash that is getting added to the client libraries after deploying JS or CSS changes. To fix both issues, we are planning to upgrade the ACS Comm...
I am looking for documentation on how to properly configure audit logs for creating, updating, moving, publishing, unpublish, and deleting operations on assets and pages. All I can find is documentation on how to set up Maintenance/Audit Log Cleanup tasks in AEMaaCS. Can anyone refer me to the appro...
Hi,There is a scenario where we need to hide a particular tab from the header component. So, I just selected the tab and clicked on "hide in navigation" check box under properties and also cleared the cache for a particular page. But still that tab is visible.Any inputs on this... Thanks,Shreyas.
Hi,I downloaded aem-sample-we-retail-master code from GitHub, and I got below errors while trying to build using command mvn clean install -PautoInstallPackage. Any help to solve this build issue kindly suggest
We have a requirement to use the adobe dam dynamic assets in our application which is hosted externally.I'm checking integrating of Micro-Frontend Asset Selector with localhost. I like to know if it possible to raise a support ticket with localhost as domain for providing with imsClientId, imsScope...
Hello everyone , I want to upload a excel file from author environment to asset. AssetManager is depricated in aemaacs. Documentation saying to use http api from external application not from same JVM. Here is the sentence mentioned in documentation.https://experienceleague.adobe.com/en/docs/experie...
Dear All, I have configured Day CQ Mail service in my local like below. Now I have written one servlet to get email and I am successfully getting email like below. I have written below servlet. ************************** SendEmailAdminLoginServlet ******************************* import java.io.IOE...
I am trying to use AWS SDK Java 2.0 for S3 file read inside AEM servlet. I am using embed-dependency concept of maven-bundle-plugin. Able to read S3 file with the below three AWS dependencies in standalone maven project. However it is throwing lot of dependency issues while using with AEM. Has anyon...