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: Use featured image from page properties in HTL - Adobe Experience Manager 18-05-2022
Hi,The names of the property is at https://github.com/adobe/aem-core-wcm-components/blob/72ee9a869c51deb4e5d2a5c1ec5b60c5579b2f68/content/src/content/jcr_root/apps/core/wcm/components/page/v3/page/_cq_dialog/.content.xml#L123 You must try${pageProperties['cq:featuredimage/fileReference']}

Views

184

Likes

2

Replies

0
Re: Rich Text Editor for dialog custom field - Adobe Experience Manager 17-05-2022
Hi @nikita24tailor ,refer to below link to see the implementation for your case :- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/rte-doesn-t-work-when-placed-in-a-page-dialog/td-p/270515 https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/rich-text-editor.html?lang=en

Views

77

Like

1

Replies

0
Re: Robots.txt File is cached from AEM dispatcher - Adobe Experience Manager 12-05-2022
Robots.txt is cached at the akamai level. Akamai has updated the rules, now it is working as expected. @anish-s Thanks for the inputs.

Views

80

Like

1

Replies

0
Re: Exporter annotation in AEM - Adobe Experience Manager 11-05-2022
Thank you. Much appreciated.

Views

124

Like

1

Replies

0
Re: data-sly-call is not being called or invoked in HTL. - Adobe Experience Manager 11-05-2022
@arunpatidar thank you for your response. I appreciate that. I will give it a try.

Views

158

Like

1

Replies

0
Re: AEM Target configurations - Adobe Experience Manager 11-05-2022
I was able to attach multiple public keys (per environment) with the same project in Adobe I/O and it works fine as well.

Views

162

Like

1

Replies

0
Re: AEM Dispatcher cloud manager deployment - Adobe Experience Manager 08-05-2022
In case it helps someone. After trial and errors, Our pipeline needed checkin of conf.modules.d.Without conf.modules.d, we ended up with issues where the service wasn't loading, no MPM Loaded error or so.Ensure the sym links are established. We ended up checking in conf, conf.d, conf.dispatcher.dValidation errors weren't a piece of cake to clear, since i was evaluating it on windows and executing the command httpd -t, did not help much until the CSE tried doing it in clone env, since we naturall...

Views

97

Likes

0

Replies

0
Re: AEM Cloud : HTTPS protocol not getting preserved while redirecting to landing page by accessing domain(brand.com) - Adobe Experience Manager 06-05-2022
Hi @sankar07 ,I can see there are multiple 302 redirects happening which is not needed. Try below rules and modify as per your need. 1st to make sure the redirection is to https and 2nd one to append /content/brand. More [R] redirects are not needed in my opinion. You can have PT flag instead:-RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^/?$ https://brand.com%{REQUEST_URI} [L,R]RewriteCond %{HTTP_HOST} ^brand.com$ [NC]RewriteCond %{REQUEST_URI} ^/$RewriteRule ^/$ https://brand.com/e...

Views

103

Likes

2

Replies

0
Re: System user package issue - Adobe Experience Manager 06-05-2022
Hi,did you tried this in local?you can do it with manually in locally and debug to see , what is the issue. Issue would be due to one of the following 1. systemuser is missing2. service and service user mapping is misising/wrong

Views

152

Like

1

Replies

0
Re: AEM Assets duplication detection through api upload - Adobe Experience Manager 05-05-2022
Hi @james-mke ,You are seeing the right documentation. There is no OOTB way to detect the duplicate images when you upload through the asset API. The configured OOTB functionality works when you upload it via browser UI or through AEM desktop. For Asset API, in this documentation http://experience-aem.blogspot.com/2021/03/aem-cloud-service-assets-server-side-check-for-duplicate-file-names.html you will have to write the filter which is this point 3) Add a filter apps.experienceaem.assets.core.fi...

Views

140

Like

1

Replies

0