We are using AEM Crypto Support method for securing API password, we are able to generate encrypted key and decrypt it successfully, but when it is deployed on QA instance it is stopped working. The decrypted value is not matching hence further process blocked. Can somebody please tell me is there a...
I have a requirement to hide/show captions by using checkbox in YouTube video which is embedded by using Embed component(core component) . Can you please suggest me how can I do thisHelp is much appreciated
Hi All, I'm trying to build & deploy AEM project archetype 39 according to here https://github.com/adobe/aem-project-archetype - project deployed successfully on local instance but when I check My Site bundle is in Installed state and 2 errors as below What might be the wrong here?
When I use the "Edit User groups by CSV" option to add more groups, the bulk operation fails with the following error message: "Operation failed [row:2 column:3] xxx@xxx.com : Invalid entry". The email address I am providing is valid, and I am able to use the same email address when creatng groups...
Hi All, when I am trying to build the ALM project with autoInstallPackage parameter then maven build is getting failed and I am seeing below dependency error. But there is no any dependency set in project POM or manifest file. And without autoInstallPackage build is getting success. Could someone he...
We are using GraphQL persistent queries (GET with query variables) and want to cache the response at Dispatcher / CDN level. Need some info around 2 usecases which we are trying to achieve via graphql - 1) Achieve Multi language support via graphql2) Cache grapql response with respect to differen...
Hi All, I have an image asset (part of hero component) which is rendered on published site as Scene 7 URL. The hero banner image when processed via smart crop is not visible to all users. For users with higher resolution and sizes (height-3000px beyond) the image is not rendering and displays 403 H...
Author v6.5.11 Hello, We have successfully configured SAML for the AEM Author system 6.5.11. However, for various reasons we also need the default login with local username and password. Is it at all possible in AEM to combine both and make them available for selection on the default login page?...
Hi, I want to add a sticky footer to my page that always remains at the bottom of the screen despite the scrolling and length of the page. What should be my strategy? I have tried to make a container sticky and add my component to that didn't work.
Hi, So have a core form and a custom action which calls a servlet when the user submits the form. I modified the action attribute in container.html on the core form container component to call on my servlet. Here is a code snippet of my container.html <form data-sly-use.container="com.el.core.mode...