Hi @Murali_D ,
You may cross check your AEM version https://experienceleaguecommunities.adobe.com/t5/adobe-developer-questions/graphql-query-cannot-print-fragment-s-json-on-content-fragment/td-p/616961
Else you can now write graphql query and execute the same.
If it is successful you can save from...
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 @jezwn ,
Correct query syntax is using p.or only as earlier it wasn't as per syntax hence default operation (and) was getting applied.
https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/developing/platform/query-builder/querybuilder-predicate-reference#group
ht...
Hi,
You may check if you can customise as per use case https://medium.com/@arunpatidar26/dynamic-dropdown-in-aem-touch-ui-cc502022da24
https://adapttoaem.blogspot.com/2021/02/setting-dynamic-dropdownselect-value-in.html
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 @RishabhTa ,
You may cross check you micro-frontend
<div events-calendar-app project-id="proj_DG8gvBPxWa4opUj16rmHj"></div><script type="text/javascript" src="//dist.eventscalendar.co/main.js"></script>
https://www.eventscalendar.co/
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...
You may try below query with minor (order) changed-
p.limit=-1
p.offset=0
path=/content/dam
type=dam:Asset
1_property=jcr:content/cq:lastReplicationAction_scene7
1_property.value=Activate
2_property=jcr:content/cq:lastReplicationAction
2_property.value=Activate
3_group.or=true
3_group.1_proper...