Hi, We have existing AEM application. We would like to build connectivity to adobe commerce(magento). I prefer solution without create new project using arche type.Do I need venia project?I installed commerce add-on & configured graphql URL. Now I need components to retrieve it. adobe core cif compo...
Hi Adobe Community,I’m working on an AEM component that includes:A dropdown with 8 options.7 fields in total, out of which 4 fields are common for all 8 dropdown options.For 7 of the dropdown options, there is an additional common field (let’s call it Field A).For the 8th dropdown option, I want to...
Hi All,I'm currently working on cleaning up inactive users and groups from our system. However, before I go ahead and delete these I want to create a backup. Just in case there are any issues later then I can revert to this package to restore everything.I tried creating the backup using ACL Packager...
I’ve configured the Apache jackrabbit oak TokenConfiguration in AEM 6.5 to set token expiry, and it works as expected. However, it doesn’t consider user inactivity — the session expires only after the configured time, regardless of whether the user is active or idle. I’m thinking of adding a cl...
carousel panel item name issue:i have inherited carousel component and created custom component and carousel panel select is impacted.custom component panel select is only showing child component name only for children's.but core component is showing child component name : item name for children's.i...
I want to implement QueryEndpointProvider from the com.adobe.aem.graphql.api package.Unfortunately, this com.adobe.aem.graphql.api package is not available, not even in the uber-jar.Why?
Hello, Universal Editor supports Experience Fragments (XF) [1], but does this work in combination with Edge Delivery Services (EDS)? There is an EDS block called Fragment [2], but the sample is built only for document-based editing, and I am not sure if it works with AEM. Has anyone tried it? Does i...
Hi all, I want to debug aem code line by line and examine values of variables. Could you point me to a tutorial for this please.I do not need any complex code to debug. Just a simple component with a small Sling Model will be enough. I have Visual Studio Code. Appreciate all your replies. Thanks,RK.
Hey everyone,I am working on an AEM 6.5.17 and trying to trigger content replication to the publish instance from a custom workflow step. I have injected the Replicator service in my workflow process implementation, but when the step is executed, I am getting a NullPointerException when calling repl...
Hi, I have a front end JavaScript application, which needs to get data from a persistent query exposed at "https:wwwstage.companyx.com/graphql/execute.json/quizzes/quizone" Tried to make a fetch GET call to above url in front end javascript code, resulting in 500 CORS error.I enabled , CORS chrome p...