Hi, I am trying to use Image OOTB lazy loading, it works fine in desktop and Tablet when i just scroll down the page but it is not working in mobile screen. In mobile screen, I had to do a hard touch to load the images. If i add "touchmove" event to list of events added in core image.js, then on scr...
Hi, I have secured pdf's using the AEM Document security server but users on iPad or iPhones are unable to open the secured document. I have followed the suggested workaround as per the URL below but it still odes not work and the error message is as displayed.https://helpx.adobe.com/africa/aem-form...
Hi all, I have to clean up the repository of AEM publishers. Does it need downtime? May I know deleting repo impact the current data? How can I clean up repo. Thanks.
Hi I have tried uploading images say 16kb but the code uses ACS named transformation on the image and the image size is increasing say 164kb. Is there a way to retain the transformation of the uploaded image without increasing the size, keeping the dimensions as required?
My AEM author Instance has alot of sling jobs in queue which is making it to be in critical state and causing slowness of my AEM Instance. How to remove all those slingjobs from the queue?
The vhost file only seems to support http (non SSL) traffic.We want to have:http://ourdomain.com -> https://www.ourdomain.comhttps://ourdomain.com - > https://www.ourdomain.comhttps://ourdomain.com/something.html -> https://www.ourdomain.com/something.html.etc. We would guess something like this wou...
Getting this error in logs. AEM would not render anymore 25.09.2021 11:08:10.964 *ERROR* [metrics-RRD4JReporter-1-thread-1] com.codahale.metrics.ScheduledReporter Exception thrown from RRD4JReporter#report. Exception was suppressed.java.lang.IllegalStateException: RRD already closed, cannot store th...
Hi There, I am getting the below error while mocking content fragment in mockito. Error :java.lang.AbstractMethodError: io.wcm.testing.mock.aem.MockContentFragment_ContentElement_Structured.getValue()Lcom/adobe/cq/dam/cfm/FragmentData; Code Snippet : ContentElement content = contentFragment.get().ge...
I have backend implementation that adds property under preference node. Example /home/users/S/aiowerlakjf_lkjwer/preferenceI am using service user to update user preference. All the users' preference are updating as expected, however there is one user which is replicated, preference of this user is ...