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

Aditya_Chabuku
Aditya_Chabuku
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
44

Posts

Posts
32

Discussions

Discussions
10

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Aditya_Chabuku
Customize the badges you want to showcase on your profile
Re: AEM6.5 edit dialogue is not opening in author - Adobe Experience Manager 08-07-2022
Hi @Aditya_Chabuku, I mean to say that in nested multifield, If you keep on adding nodes than at a particular point we will not be able to add more. I guess it was some ~ 30 to 40. The solution suggested was for that. Apache Sling Main Servlet' But i guess the issue got resolved now @kyasam

Views

83

Like

1

Replies

0
Re: Error when Downloading assets in AEM 6.5.2 - Adobe Experience Manager 07-07-2022
Hi @BRAGAD ,There can be few reasons, my suspects,If you are downloading from CDN/Dispatcher then it should be a rule issue either in Dispatcher or CDN which is causing this.Check if AssetDownloadService reference is not in satisfied state in AssetDownloadServlet . AssetDownloadService is dependent on other OOTB services and they should be in satisfied state. You can also check AEM error.log, request.log for this timeframe. As I said above, this download functionality leverages AEM Assets AssetD...

Views

73

Likes

2

Replies

0
Re: What component to be used for video in AEM 6.5 ? - Adobe Experience Manager 06-07-2022
HTML5 video player support mp4 format also, so if you upload mp4 files, no encoding is needed.

Views

129

Likes

2

Replies

0
Re: Docker Image Error - Adobe Experience Manager 05-07-2022
Hi Aditya, Thanks for your reply. I have put up the render URL of the localhost as suggested.But the issue does not seem to be at that end. Thanks,Rohan Garg

Views

73

Like

1

Replies

0
Re: Failed to load resource: net::ERR_TUNNEL_CONNECTION_FAILED - Adobe Experience Manager 05-07-2022
Hi @user00181 ,This issue has nothing to do with AEM - my best guess is - it was caused by some extesnions.As a quick test to see if that's your problem, start Chrome in incognito mode with extensions disabled (ctrl+shift+n) and see if your page works now. Note that by default all extensions will be already disabled in incognito mode unless you've specifically set them to run (via chrome://extensions).Hope that helps!Regards,Santosh

Views

112

Like

1

Replies

0
Re: Issues with loading fonts in AEM - Adobe Experience Manager 04-07-2022
Hi @aemninja , The issue is with references, you are trying to refer along with etc.clientlibs. please give a relative path from your file location to the clientlib-site folder by removing ../../../../etc.clientlibs/project/clientlibs. in your src. Also, Please refer to @arunpatidar 's solution below. ~Aditya.Ch

Views

119

Like

1

Replies

0
Re: Image policy AEM 6.5 - Adobe Experience Manager 04-07-2022
Thank you @Aditya_Chabuku the Component level policies are clear now. 

Views

65

Like

1

Replies

0
Re: Include Component in JSP in AEM - Adobe Experience Manager 04-07-2022
Hi @haritha6 , It seems like you are trying to implement Content Fragment into your component.for that, try to implement Content Fragment component from core components into your project by sling:resourceSuperType = /core/wcm/components/contentfragment/v1/contentfragment.change jsp to HTML & write your custom HTL as required. OR if your requirement is to include a Content Fragment into your existing jsp component, then use as others said. ~Aditya.Ch

Views

121

Like

1

Replies

0
Re: AEM 6.5 | 301 Redirects in page properties - Adobe Experience Manager 30-06-2022
@jebarose_07 Consider implementing such redirects on apache/dispatcher, to avoid unnecessary request processing on the publisher, until you want your business editors to control these redirects. In this case, go with Redirect Map Manager [1] approach. [1] https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-map-manager/index.html

Views

65

Likes

3

Replies

0
Re: ResourceType Servlet is not working in AEM SDK - Adobe Experience Manager 30-06-2022
Hi @shravanb2496924 , Please download & install this project aem-guides-wknd But it doesn't have any Servlets in it. Try to write your own servlet & see if it works or not. If this is not the issue, then please let us know which resourceType you are using. ~Aditya.

Views

68

Like

1

Replies

0