Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi All, I watched the article : Adobe Experience Manager Help | Integrating the AngularJS Framework into Adobe Experience Manager.1. Do you have any architecture diagram to depict this integration?2. In my understanding Angular JS has advanced HTML and JS for the advanced functionality.So, if we wan...
Hi Team,I have a question to ask here :Whenever we upload any image asset in DAM its rendition is always of type PNG irrespective of the extension of image we upload.For eg if I upload A.jpeg , the corresponding renditions which will be created would be A.png.How about if I want to get A.jpeg for re...
Hi ,I have used context hub in my template as below:<sly data-sly-resource="${'contexthub' @ resourceType='granite/contexthub/components/contexthub'}"/>However on publish instance I get a 404 for below urlhttp://localhost:4503/etc/cloudsettings/default/contexthub.kernel.js ---> Giving 404I also get...
I'm receiving an error that the Link Checker fails to validate some URLs because of illegal character and that character always seems to be the space character (ASCII: 32). However other similar links have no problem being validate as I can see at etc/linkchecker.html. Please have a look at the erro...
Hi ,I am receiving below error message for a component. The component was working fine in AEM 6.1. It is is throwing an error in AEM 6.3.org.apache.sling.scripting.sightly.SightlyException: Identifier com.*.aem.core.components.content.ingredient.TechnicalDocumentsList cannot be correctly instantiate...
I have created a nested multifield using coral UI like belowmyinput - sling:resourceType = "granite/ui/components/coral/foundation/form/multifield" - composite = true + field - sling:resourceType = "granite/ui/components/coral/foundation/container" - name = "./...
Hi all,I have a servlet that I am trying to register at the /feed path. It will be a servlet that takes GET requests and returns out some data. My servlet has this path at the top when registering it. @SlingServlet(paths = "/feed", methods = "GET", metatype = true)I also went into the Apache Sling S...
Hi,We are using AEM 6.2 SP1. We have a workflow which adds custom metadata values when a asset is uploaded in a specific location. The workflow launcher we used for that location is "modified" and nodetype as "dam:asset" and we have in exclude list which is "event-user-data:changedByWorkflowProcess"...
We are using SAML to authentication users in our Communities environment but by default SAML creates the users in /home/users but for communities we need them in /home/users/community.Is there a way to change the path (via a config or a java hook) to change where SAML saves these user accounts?When ...
We have recently enabled contexthub in our application.Overall average time of page load increased between 1 to 2 seconds.I analyzed requests before and after enabling context hub and following are the requestsAksb.min.jsContexthub.kernel.jsContexthub.segment.jsContext hub.pagedata.jsonAny ideas on ...