Hi @Shardendu_Jha , It is not supported in AEM 6.5. Below thread explains other options to be considered- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/aem-6-5-assets-support-for-webp-images/td-p/558466 Thanks,Ritesh Mittal
Hi @asarafali ,I see there is a ClassNotFoundException and assuming you are getting this error in eclipse, try following and see if either of them resolves the issue- 1. Try using latest version of eclipse, which might help overcoming JUNIT libraries issue.2. Try below threads-https://stackoverflow....
Hi @YuSheng , There are some existing threads for similar issue reported. Have you tried them- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/http-error-503-servletresolver-service-missing-cannot-service/td-p/462941 https://experienceleaguecommunities.adobe.com/t5/adobe-ex...
Hi @wei_lyu , Might be because the cache is taking place from the default OSGi configuration for publish instances using graphqlCacheControl attribute. Please check- https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/graphql-api/persisted-queries.html?lang=en#c...
Hi @aemUser2345 , You can use below SQL2 query to search the folders- SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/dam/we-retail/en]) and [jcr:primaryType] = 'sling:OrderedFolder' And, can limit the results by setting the query limit-query.setLimit(6); Thanks,Ritesh Mittal
Hi @LokeshTripathi , There is no such limitation for local AEM SDK, we should be able to update HTL on the go. Try incognito window once or setting up the AEM instance again. BTW, what kind of project setup do you have, React/Angular?
Hi @srajput-woolies , It seems the natural ordering is being applied by default. Is it possible you can apply sorting based on some attribute you are going to fetch from theses nodes as per business requirement? Another solution is to run the query on each node and then add the result. Thanks,Ritesh...
Hi @Alex_Terinte , Which AEM version you are using? Are you able to access the content fragment data without GraphQL APIs? Are you getting any error while running the query (in logs/network call)? Thanks,Ritesh Mittal
Hi @kaikubad ,
Have you checked if the Link Checker is not disabled?
https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/external-link-checker.html?lang=en#disabling
Thanks,
Ritesh Mittal
Hi @Deleted Account ,
Please check if you have 'URL mapping' added to 'Apache Sling Resource Resolver Factory' or custom link rewriter added to your project. Please use below videos for reference-
https://www.youtube.com/watch?v=zcKwRTZ78_Y&list=PLzwWOJSdKWBf7zLga8P7-ARxFQRwGGd94&index=29
http...