Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

anish-s
anish-s
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
91

Likes Received

Likes Received
312

Posts

Posts
220

Discussions

Discussions
51

Questions

Questions
169

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by anish-s
Customize the badges you want to showcase on your profile
Re: Reporting on user logins in AEM - Adobe Experience Manager 21-01-2022
Hi @Sebastiane_Edberg_ ,To debug:1. Start looking into logs, error.log file to see any error which is popping up in that class.2 . Next you can go to "/system/console/components" and look for that component and see if it is in active state. You can see the name and make sure the component is deployed with your code.There could be some permission issue with the system user you created, make sure you are providing read and write permission. Instead try giving jcr:all permission and test.

Views

250

Like

1

Replies

0
Re: Reporting on user logins in AEM - Adobe Experience Manager 20-01-2022
Hi @Sebastiane_Edberg_ , Here you don't have to make any entries in pom.xml in order to include the class in the build. You can just follow the steps mentioned in the article, which includes making some configuration for creating system user and then including the java class. No addition pom.xml is needed.

Views

275

Likes

2

Replies

2
Re: Issue with AEM as a Cloud page redirection: Redirecting to /content.html after deploying system generated repository on AEM as a cloud DEV server - Adobe Experience Manager 20-01-2022
I did let the CM bootstrap the archetype. By correct dispatcher rule I mean, the one comes with the project setup:RewriteRule ^/?$ /content/${CONTENT_FOLDER_NAME}/us/en.html [PT,L]but somehow it is not getting triggered. No manual customization at all.

Views

299

Like

1

Replies

4
Issue with AEM as a Cloud page redirection: Redirecting to /content.html after deploying system generated repository on AEM as a cloud DEV server - Adobe Experience Manager 19-01-2022
Hello,I am facing one issue on my cloud dev instance. I have created a deployment pipeline using the default repository on Cloud Manager. It is created using the latest archetype.The deployment is successful. when I am trying to access the domain for publish with dispatcher, It is redirecting me to /content.html page instead of loading the /us/en.html page. When i am cloning the code from the repository, I see the correct dispatcher rule is present. This is a deployment without any custom code. ...

Views

313

Like

1

Replies

9
Re: I am unable to setup AEM cloud dispatcher on Mac M1 chip - Adobe Experience Manager 19-01-2022
Hi @sue1976 ,There is a same issue. Please refer to this thread:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-setup-on-mac-m1/m-p/425840

Views

152

Like

1

Replies

1
Re: AEM AaCS Upgrade Best Practice - Adobe Experience Manager 19-01-2022
Hi @sdouglasmc ,Stage and Production environment is auto updated to the latest version and is managed by Adobe. You don't have to invoke any process in order to update. To update the dev server on cloud, whenever new update is available, in the cloud manager UI, you will see "update available" option. You cannot select any specific version, It will update to the latest available version.Also, with the upgrades, you will be testing your code on local, then dev, to make sure nothing breaks, and th...

Views

122

Like

1

Replies

0
Re: Is there any way to use videos from dam in the component other than foundation component? - Adobe Experience Manager 19-01-2022
Hi @Keerthana_H_N ,Please refer to this thread:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-put-videos-stored-in-content-dam-on-a-page-without-using/td-p/413484You can create a simple HTML 5 Video Component. Or you can leverage Embed component from Core components which is supported in AEM 6.4, 6.5 and AEMasCS. You may have to do some customization in order to use this component to render videos from /content/dam

Views

98

Likes

2

Replies

0
Re: In multifield show hide is not working as expected - Adobe Experience Manager 19-01-2022
Hi @Ronnie09 , There are lot of implementation for show hide feature in multifield. Below are some URL's for reference: https://aem4beginner.blogspot.com/touch-ui-hideshow-fields-inside-coral-3https://www.linkedin.com/pulse/aem-hideshow-drop-down-select-options-more-than-one-values-vikraman?articleId=6674275119294230528

Views

90

Like

1

Replies

0
Re: Dispatcher Cloud in AEM AS CLoud Service - Adobe Experience Manager 18-01-2022
hi @Apmag ,When you use latest archetype to generate the project, you will not see "dispatcher.cloud" module. The issue looks like there is a conflict between the archetype version which is resulting in having this folder. The latest archetype is "35".Check this link:https://github.com/adobe/aem-project-archetype/issues/400 Try clearing up your .m2 folder and then try to create a project using below command: mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupI...

Views

119

Like

1

Replies

1
Re: Experience Fragments "Live Copy" Use Cases - Adobe Experience Manager 18-01-2022
Please refer this link:https://medium.com/@kamballisiva/msm-with-experience-fragments-solution-b52174be3162andhttps://stackoverflow.com/questions/62226751/live-copies-of-experience-fragment-aem-6-5

Views

174

Likes

2

Replies

0