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

Fanindra_Surat
Fanindra_Surat
Online

Badges

Badges
23

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
103

Posts

Posts
83

Discussions

Discussions
13

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Fanindra_Surat
Customize the badges you want to showcase on your profile
Re: Dynamic Media - PNG image with transparent background - Served with white - Adobe Experience Manager 17-06-2022
Resolved by extending image preset selection option to teaser component and preset setup configured with png-alpha.

Views

101

Like

1

Replies

0
Re: AEMaaCS Build - Restricted Resourcetype Issue - Adobe Experience Manager 10-06-2022
Hi @Fanindra_Surat, thanks for your response!What is the correct resource type or alternative to adding workflow models or workflow steps in the code repository without getting this violation?

Views

63

Likes

0

Replies

0
Re: AEM 6.0 query issue on cq:tags - Adobe Experience Manager 09-06-2022
Tags are the same on both author and publisher.

Views

88

Like

1

Replies

0
Re: Does AEM 6.5 support incoming email? - Adobe Experience Manager 09-06-2022
I was thinking I could probably write a service to connect to a mail server and process mail items that way. I've done something similar in other environments. A scheduler with a CRON expression could check several times a day and process any new messages.

Views

79

Like

1

Replies

0
Re: What piece of code is executed when the aem dialog is submitted? - Adobe Experience Manager 08-06-2022
Hi @Manasi29 -When you submit a dialog, the properties entered into the dialog will be saved to that particular component using a POST call to the specific component path on the page. You can observe this in the Network tab of your browser Dev tools.Additionally, all clientlibs that have been marked with the category 'cq.authoring.dialog' and the custom clientlibs included as 'extraClientLibs' on your dialog get executed.

Views

74

Likes

2

Replies

0
Re: Images are not loading in publish instance - Adobe Experience Manager 07-06-2022
Hi @sunil_kumar_ This is what I found in folder config.publish > org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.cfg.json. This came with the maven archetype only. We didn't add it. { "resource.resolver.mapping": [ "/content/careers/

Views

162

Like

1

Replies

0
Re: How to connect to GCP Bucket from AEM Managed Services - Adobe Experience Manager 07-06-2022
Hi @mrudul - What are the values that you are trying to read from the environment variables? Do they vary per AEM's environment like DEV, QA, Stage and Prod? If yes, any reason why runmodes don't fit into your requirement? Thanks,Fani

Views

74

Like

1

Replies

0
Re: Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 06-06-2022
@mrudul What was the resolution? How did you managed it?

Views

118

Likes

0

Replies

0
Re: AEM editor is not loading anything and when we restart the instance it shows http 503 error - Adobe Experience Manager 03-06-2022
Good to know. However, I have deployed multiple projects with same but never experienced such in non-SPA

Views

165

Like

1

Replies

0
Re: Null pointer exception on Startup - Adobe Experience Manager 03-06-2022
Hi @Pseuplex - Looks like you have a transient workflow running that is throwing an exception during an email send, and they don't leave a footprint to purge the running workflow instances.You can proceed by looking for the transient workflows available in your instance, start them one by one and verify the logs to identify which one of them is throwing this exception and fix it accordingly. Thanks,Fani

Views

86

Likes

3

Replies

0