@Vani1012 please have a look at curl commands below.https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/curl.html?lang=enhttps://github.com/paulrohrbeck/aem-links/blob/master/curl_cheatsheet.md Other than that, you can use groovy script to fetch details of the page...
Hi @okkk , if you are including the block through sightly, adding a context will help to avoid these errors. Could you please share some more details about the block and where it has been added, along with AEM logs? Regards,Rohit
Hi @goyalkritika Please refer to the below thread for this issue.https://stackoverflow.com/questions/62306452/how-to-fix-refactor-this-code-to-use-a-static-final-pattern-when-replaceall
Hi @sagarkmr0915 Please have a look at the link below to achieve your use-casehttps://blogs.perficient.com/2021/08/16/loading-json-content-into-aem/ I hope, it helps. Regards,Rohit
Hi @vasgurug Could you please try checking the browser console or AEM for any sort of errors?It might happen due to the Sightly code break or JS errors. Hope it helps!Regards,Rohit
Hi @raushan123
Can you please check if you have acscommons all zip file located in your custom project path after the code depoyment?This custom path should be the one which has been added in the all pom.xml as mentioned below (/apps/my-app-vendor-packages/container/install)
<plugins>
<plugin...