Hi, I will be uploading an image to aem server using a service that aem or coustom code provides (www.abc.com/upload/image.json) Now this request is triggered from https://uploadservice.com . How could i get the host name in aem servlet (uploadservice.com) and ip address of this when it is triggred...
http://localhost:4502/system/console/configMgr/com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImplI have disabled minification of JS using above interface as posted in other threads, but component dialog JS withcategory - cq.authoring.dialog , is still getting minified. Is there a way to sto...
I'm working on an AEM 6.5.9 servlet that needs to use a PKCS8 format private key to sign a JWT for a third-party application. This is not related to setting up SSL or other Adobe services. Can the private key file be stored in the crx-quickstart folder or is there a different preferred approach? And...
Hi,We have enabled HTTPS for our author instance and some of the features are not working like content author unable to delete the components, useradmin not working.After initial debugging found that inifinity.json is throwing 404 when accessing author over HTTPS, https://ssl_host/libs/cq/security/c...
Hi Team, I want to print a value (which is getting from the dialog) inside a ternary operator. I'm able to use ternary operator like below and it works fine.<a href="#" class="${properties.openinnewwindow ? 'nonunderline' : ''}">link</a> But when I put it like below it is not working. Adding a value...
Hello to all the AEM community members I am working on my own site in aem and inside the particular site, whenever I try to open the child pages in editor the page appears to be blank.Additionally, when I tried to inspect the page, I found that the body tag has components inside it, but these compon...
Hi,I am using aem6.5 and currently implementing a post form for anonymous user who needs to upload a image to aem publisher under certain content dam path say (/contet/dam/project/uploadimage/*) which latter will be pushed to author and replicated back to all the aem publisher so that all the publ...
Hi all, Currently having an issue in Layout Mode, where an author wants to select a component, but when click a child component inside that component nothing is selected. The component is only selected when you avoid click the children.Is there are workaround where the parent component is selected w...
Hi, If we need to develop a medium scale e-commerce shopfront in AEM with SFCC. ( AEM just used a preview service an SFCC is source of truth for Ecomm data) I need some suggestions. 1. Can we store light weight e-comm data (products ,catagories with ids with minimal metadata) in AEM repo on daily b...