Hi All,We have our code deployment to AEM servers using curl command through CI-CD pipelines. While the number of deployments (packages being deployed) per day is more compared to UAT and Prod, we now have a huge amount of redundant old packages lying which is taking more disk space and slowing the ...
I see the following in error.log file, please help me to fix this issue. org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingExceptionorg.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.a...
I'm migrating a fully functional Angular SPA into AEM 6.5. Only a few pages will need authoring but the rest of the application will not need it. The application uses lazy loading and static routing. I'm aware of the Dynamic Routing rule of SPA Architecture. And I'm including dynamic routing for AEM...
For various components we use, we have different output depending on whether the author is in edit mode or preview mode (or wcmmode is disabled altogether). Is there an easy way to hook into this, such that we can leverage it when outputting content in an Angular template...and such that when it ch...
Panel selector is not displaying in the editable templates. It works fine in normal pages. I see it as a problem with Tabs Core components also. I assume this should be related to missing clientlibrary inclusion. It can be reproduced in we retail pages using the tabs component. any one who faced suc...
I have two multifields. Both are text fields but while adding values to the second text field it is taking an additional , as a first field of the second multifield. is there any property i missing ?Please find the structure of textfield under multifield. Please find the storage of properties under...
I have created an multifield component that stores the values as string[] in jcr content. But after storing the values when we came back to the dialog the values were not there. Although the values are available in jcr:content of the page. <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sli...
I want to hide the default workflow models which are present in the modal popup in "Start Workflow", and only want to show my project, workflow models. But don't know how to do it. I followed two tutorials 1. https://helpx.adobe.com/experience-manager/kb/hide-workflow-models-start-workflow-list.html...