Go crx-quickstart/bin folder. Open start.bat file for windows and start(.sh) file for linux. change the run mode from author to publish then start AEM using command prompt.Double click on start.bat file(Windows) or run ./start (linux)
You should use the C page's path. First you should convert the C page's path to a resource then adapt it to Page or Node to get the jcr:title property. You can use Sightly's JavaScript Use API by passing page C's path and the required property (jcr:title).or try below${resolver.getResource('/path/to...
Is there any other way to fix this issue without white listing the bundle? In my code, I'm using the system user to get the resource resolver but still I'm getting the same issue. Any idea?
Hi Team,As part of authentication (custom authentication handler) we are creating some cookies from server side. The cookies are http and Secured in one environment and neither http nor secured in another environment.Do you have any idea why they are getting created like this?Please help me in this....
Hi Team,I have included the bundle from https://repo.adobe.com/nexus/content/groups/public/com/adobe/aemfd/aemfd-client-sdk/6.2.0/ But still, I'm getting the below errors after deployment-I followed Adobe Experience Manager Help | Using AEM Document Services Programmatically document to create digit...
Hi Team,Is there any way to exclude some pages from /etc/map configuration so that I can get the full URL of the page but not the short URLs?E.g.Structure: /content/myproject/set1 and /content/myproject/set2I don't want the pages under /content/myproject/set2 to be shortened.Is it possible?Please le...