@arunpatidar Thank you very much Arun for your reply. Since we get GrapghQL connector installed in AEM for Content fragment -Headless approach. What I wanted to ask is : Is there any way we can override any Model/Servlet that are being used in Graph QL connector and then accordingly could manipula...
Hi Team, In a headless approach, We are using Graph QL API to send Offer data (stored in Content fragment) to other channels like Mobile APP etc. So, we have used https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/graphql-api/content-fragments.html Requirement:...
Hi Team, AEM Version: 6.5.11 Core component version: 2.17.12 We are building a simple form using Form Container and core components like Form Text, Form Submit etc. Within Form Container we put Form Text, Form button as Submit. Problem Statement: Now when we click on submit button, It does not post...
Hi All, AEM Version: 6.5.12 Problem: In a component, we need to add 2 buttons "view" and "download" and upon clicking, It either opens DAM pdf in a new TAB or download. I am aware of Content disposition filter issue which is implemented for security issue from AEM 6.2. Question: Is there any way to...
Hello All, We have got the root cause of this issue. Maven archtype 33 causes this issue. Here is the link: https://github.com/adobe/aem-project-archetype/issues/893Solutions: 1) So, we need to use other version. OR 2) With same archtype 33, we need to fix repo init osgi config script as below...
Hi Team, AEM Version: 6.5.11 Arc type used : 33 After every re-start, we get this error: HTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request.URI:STATUS:MESSAGE:SERVLET:/aem/start.html503AuthenticationSupport service missing. Cannot authenticate request.org.apache.felix....
Hello Team,AEM Version: 6.5.11We need to provide some JSON Data to Mobile app from AEM side. We are thinking to use GraphQL API for the same. I wanted to have some suggestions on the same: 1) To do the above, what is the ideal approach to send data---From Author instance only or from Publish...Becau...
Hello All, When I access this url : http://localhost:4502/content/graphiql.html, In Right side screen, I am getting this error as below: (Although I have read all the docs, whitelisted already in CSRF Filter Regards,A