Hi Team, I'm currently working on an AEM React SPA project and facing issues with core components not working correctly. I've tried installing both of the following packages as per the documentation: @Deleted Account/aem-core-components-react-base @Deleted Account/aem-core-components-react-spa Ho...
I am trying to build my aem project for a local setup but keep getting this error:"Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:npm (npm ci) on project com.adobe.cq.cloud.testing.ui.cypress.tests: Failed to run task: 'npm ci' failed. org.apache.commons.exec.ExecuteExceptio...
Hi All,I'm having trouble understanding a fundamental AEM concept and could use some guidance.I have a configuration folder for the config.local.author runmode.I want to exclude this folder from deployment so that any changes made via the OSGi Configuration Manager are retained and not overwritten d...
I deployed the index in my AEM project, it works in Author but it's not working in Publish.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oa...
I am trying to set cookie inside my sling model class but the cookie is not setting. Here is my sling model class @Model( adaptables = {SlingHttpServletRequest.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL) public class TestModel { @SlingObject private ...
Hii Team I am trying to setup "universal editor" on AEM as a cloud . Here the page is redirecting to Universal editor but there is not content to edit ,attached the file. I have taken the reference from the below article.Getting Started with Edge Delivery Services for AEM Forms in Universal Editor ...
Hey There, I have a question related to image orientation. A user pointed to a batch of images they recently uploaded, that after ingesting to the AEM DAM they got a wrong rotation in renditions as well as thumbnail in Card View. The main image is oriented correctly. A few renditions rotated the ima...
Hello Community, Using AEM as Cloud, there are two versions for customer registration with following URLs https://domain/abc and https://domain/xyz. We don't want https://domain/xyz anymore and want to have a 301 redirect to /abc page. I have a rewrite now RewriteRule ^/xyz\/?(.*)$ /abc [R=301, L] ...
Hello Everyone,We recently started offering our forms as HTML5. We upload the templates (.xdp) into AEM and then provide the rendering links to third party apps, who click it and launch the HTML form. We use some custom fonts on these forms while designing the XDP. For example customerfonts.ttf and ...
We have a requirement to implement a custom delete workflow to handle the deletion of multiple XFS and CFS instances. As part of this process, the workflow should generate a single, consolidated notification indicating whether each asset was either deleted or locked.Additionally, in cases where an a...