I'm getting the following error in my AEM author and need to add a certificate to the Java truststore. What are the steps to add the .pem file? Thanks. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target j...
Hi everyone,We are trying to access this below POST request for the Acrolinx on the direct author on the production, but we see Internal error (no exception to report) whereas when we access the same request on the staging environment it works fine. Production - http://<production-domain>/apps/acrol...
Hey guys, I want to create basic form elements in AEM such as Date Picker, Numeric, Text fields, dropdowns etc.I know AEM Forms is the way to go with their OTB support for validations, maxlength, regex based validations etc. But since the client doesn't want to go with the additional Form licensing ...
What are some good resources for learning Java development for building AEM components? I currently am a front end developer, but need to learn the backend. I’m looking at classes on Experience League, Udemy, etc., but am trying to identify what Java courses I could take that are relevant to AEM com...
When I am hitting this API Assets: curl --location '{aem_host_url}/bin/querybuilder.json?type=dam%3AAsset&path=%2F&path.self=false&p.limit=1000&p.offset=0' \ --header 'Authorization: Basic {basic_auth_credentials}' Getting 500 error code. What might be the issue.
I created a library that I only want to be loaded in authoring/editor environments. categories="[core.wcm.components.carousel.editor.overlay.v1,cq.authoring.editor.hook]" dependencies="[cq.authoring.editor.core]" Initially I can see the code being added to page.js when rendering the autho...
I want to restrict access to teams to be able to see the websites for dev and stage on an AEMaaCS implementation. I can't add a whitelist as all of the developers/qa's e.t.c are working from home and don't have a fixed IP Address I thought it would. be easy to just add an .htaccess file and restict ...
I have two components in separate pages. I want to show the authored data of component 1 in component 2. Is there someway we can achieve this without the creation of a content api? If possible is it possible to pull the entire htl of component 1 in component 2?Preferably using HTL itself?
Hello, I am posting this to seek advice from AEM experts.I am attempting to upgrade an existing custom component to resolve an issue with an Unclosed Resource Resolver.I created a custom system user, a custom Resource Resolver, and used it to create a custom session. I also conducted a querybuilder ...