Hi all,I'm having a weird issue when trying GraphQL query in my AEM application. In my query I want to filter with the brand which is a tag field. The URL according to AEM documentation need to be encoded:But when I encoded the url like this, it just return no item.localhost:4502/graphql/execute.jso...
Hi Folks, I have to implement search functionality in my project, need your suggestion to choose best platform/engine integration with aem sites. It should be best in terms of performance. Thanks in advance.
I am trying to Invalidate Cache in my local and getting error on it. This is the part of the error caused by on it:Does anyone know on what I might have been missing or how to fix this issue?
I have method with arguments in Sling model. while calling that method from HTL facing below issue in Log for passing parameters. please advise SlingRequestProcessorImpl service: Uncaught SlingExceptionorg.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot g...
Hi,In what scenarios below code can inject TemplatedResourceImpl Instead of JcrNodeResouce Object @injectprotected Resource resource; we have upgraded from AEM 6.4 to 6.5 latest SP and seeing this kind of issue. Thanks,Venkat
Hey everyone, We have received a new requirement from a new client to migrate their sitecore content (majorly blogs) to AEM as a cloud service.Found this useful thread[0] but client didn't purchas DITA or Guides so wont be relevant.Looking for any guidance/reference implementations to migrate blog d...
While authoring in 'Adobe Experience Manager 2024.9.17689.20240905T073330Z-240800' cloud, it's giving 'Uncaught TypeError: Cannot read properties of undefined (reading 'registerLayer')'.The error is getting in touch-ui authoring js(Click attach images). How should I solve it?
Hi,I have a child node(translate) under jcr:content for some pages, on rollout of the master page, I don't want this child node to get updated. This child node has properties which are unique to each page and thus should not get updated with master values on rollout.The Day CQ RolloutManagerImpl con...
Hi, I looking for a solution to remove the timestamp from the metadata schema for licence expiry date field. Currently it is showing like below. we want to see only the date not the timestamp and all. Please let me know if anyone knows the solution. Thanks in advance! Regards,Bhavani bharanidhar...
I need to customize paraformat plugin in aem. for example I want to add class attribute to h1,h2,h3,p tag. Below is the OOTB behaviour <h1>Out-of-the-box (OOTB) plugins and their features cover many text editing use cases, but there will always be a need for customization.</h1>I want to have to clas...