Hi @GVijikala ,
Yes, it might be due to Adobe Experience Manager Graph QL for Content Fragment scq-dam-cfm-Graph QL
You can expand and check which dependency is not satisfied and add accordingly.
Thanks
Hi @CarlosDa2 ,
You may refer https://medium.com/@toimrank/aem-post-servlet-e0b07ecc63ac
Check the Allow Empty checkbox and remove POST option from filter methods.Remove POST option from Filter Methods field and add an entry as part of exclude paths.
Thanks
Hi @VivekSr1 ,
One approach can be enabling DispatcherPassError at dispatcher level using ErrorDocument
In LocationMatch we can mention the path pattern
https://experienceleague.adobe.com/en/docs/experience-manager-dispatcher/using/getting-started/dispatcher-install#apache-web-server-configure-apac...
It might be due to dependency version issue.
So you may try below version mentioned in any blog/thread which had worked for them.
You may refer https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aws-package-cannot-be-resolved-by-felix-console/m-p/310940 in case you haven't.
Th...
Hi @Siva_Thanu_M_S ,
You can try either excluding them if not needed or import them explicitly.
References-
https://myaemlearnings.blogspot.com/2021/02/createbuild-and-install-osgi-bundle-of.html
https://stackoverflow.com/questions/66777995/awssdk-packages-are-not-resolved-in-aem-6-5
https://expe...
Hi @stiegjo22 ,
Add certificate to the java truststore, you may refer steps mentioned in below thread
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ssl-connection-to-remote-server-issue/m-p/645329
Thanks
Hi,
I am able to see the changes i.e. h6 is hidden with sling:hideResource and description is changed just by changing the description in 6.5.21
Hope you are checking same text component.
Thanks
Hi @stiegjo22 ,
Which error you are getting when you try aem servlet endpoint(post) request from postman?
There may be following reason for 404-
Check if any typo in the url of external Api getting used in servlet.Most probably you may be configuring the endpoint in configuration and using in servle...