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

HImanshu_Jain_
HImanshu_Jain_
Online

Badges

Badges
28

Accepted Solutions

Accepted Solutions
25

Likes Received

Likes Received
287

Posts

Posts
151

Discussions

Discussions
39

Questions

Questions
112

Ideas

Ideas
2

Blog Posts

Blog Posts
1
Top badges earned by HImanshu_Jain_
Customize the badges you want to showcase on your profile
Re: Export content from all AEM pages - Adobe Experience Manager 20-04-2022
1.How can I sort the pages based on "date last updated"? That will help me prioritize which pages to review first. In sites.html go to list view for sorting . Also to compare the page you can use ACS commons package /acs-commons/content/page-compare.html Hope it helps.

Views

129

Likes

2

Replies

0
Re: Embedding LinkedIn post on site - Adobe Experience Manager 19-04-2022
I don't think linkedin would work like Pintrest & YouTube works in the embed component.However, if you don't want to include iframe, you can use the open APIs linkedIn provides and create a variation of embed which can work in a similar way. Documentation: https://docs.microsoft.com/en-us/linkedin/?context=linkedin/contextn

Views

108

Likes

2

Replies

0
Re: Clientlibs donot get updated - Adobe Experience Manager 04-04-2022
As per my understanding, the issue is happening because clientllibs are not recompiled at the later stage of the deployment. When the clientlib is compiling it will look for the included CSS file. Here you can try below: -->The first approach, avoid deleting the CSS files at the initial deployment by excluding the file paths in filter.xml. -->The second approach is to include the clientlib along with the CSS files in the later stage of the deployment. Hope this resolves your issue.

Views

225

Like

1

Replies

0
Re: AEM 6.5.11 HTTP ERROR 503 AuthenticationSupport service missing. - Adobe Experience Manager 29-03-2022
I recently wrote a blog post specifically for that issue. As it is a very broad topic with a lot of possible reasons, I just outlined the most popular reasons: https://cqdump.joerghoh.de/2022/03/17/how-to-analyze-authentication-support-missing/

Views

249

Like

1

Replies

0
Re: Getting access-control-allow-origin as * in AEM cloud publisher domain - Adobe Experience Manager 28-03-2022
Can you share the log snippet from console as well as error log from publisher.

Views

123

Likes

2

Replies

0
Re: System console configMgr is not accessible in higher environments - Adobe Experience Manager 18-03-2022
OSGI settings always were deployment settings, and you should version-control them. Runtime settings should be set in different ways, e.g. using Context Aware Configuration.

Views

148

Like

1

Replies

0
Re: SAML implementation in AEM as a cloud service - Adobe Experience Manager 17-03-2022
Thanks @Anmol_Bhardwaj, this work for me!

Views

184

Likes

2

Replies

0
Re: Resource at '/saml_login' is not modifiable. - Adobe Experience Manager 17-03-2022
That's a classic one. Let me walk you through my thinking: /saml_login as a path is not a path which is stored in the JCR repository (there we only have /libs, /apps, /content /var, /etc/, /oak:index, /jcr:system at the toplevel).It seems that here the SlingPostServlet fails to create this path in the repository (most likely missing write permissions).But is that really, what we can and should expect? "saml login" sounds like that someone tries to login via SAML, right?In that case we can imagin...

Views

176

Likes

3

Replies

0
Re: use acs-commons/granite/ui/components/include inside multifield so that one can reuse the dialog fields - Adobe Experience Manager 17-03-2022
yes, I think, it should work.Alternate you can use https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/include/index.html

Views

330

Like

1

Replies

0