Hi all,While going through this tutorial I encountered an issue with the using "npm run watch". It does not update the files under ui.apps... I'm on Windows 10 using AEM cloud. I appreciate any ideas that solve the issue. This is my output in the terminal: mflanagan@EDWNB2164 MINGW64 ~/aem-sdk/cod...
I want to send AEM Inbox notifications in my custom AEM workflow. Basically I want to send just a notification if the workflow is rejected in the participant step. I read that TaskManager sends the notification but it is the kind of action that is needed but for me I don't need any action, just nee...
We see that GIF images are not getting replicated to the publish instance in AEM cloud environments. I have checked the replication agent log and its clear. When I used the GIF file in a image component, published the page and GIF image, I see that the image is not showing up in the publish site. W...
Hi, As part of migrating from 6.3 to 6.5, I have restructured the workflow and the path is now changed from /etc/workflow/models --> /conf/global/settings/workflow/models. After doing this change, I removed the old path from repository and noticed that the workflow option under create menu in sites....
I want to access the properties of specific page but I only have its path with me in the sling model. how can I access the page properties if only the path is given? I have tried using : @ScriptVariableprivate ResourceResolver resourceResolver; Page rootPage = resourceResolver.getResource(PAGE_...
Hi Team, Is there any functionality in AEM to allow users to track past user actions or past user changes on web content in the platform in author instance. Thanks
In Adobe as cloud Services, we are unable to see the project folder for editing templates using the following URL: https://author-pXXXXX-eXXXXXX.adobeaemcloud.com/libs/wcm/core/content/sites/templates.html/conf As per the below support article, it seems that the issue is probably due to some Lucen...
Hell all, I'm using resource resolver in my code. But it throws an error. Also, i want to know, what is resource resolver, and why it is used. And what is the correct syntax for resource resolver. Can anyone help me with this ?