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

milind_bachani
milind_bachani
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
48

Likes Received

Likes Received
264

Posts

Posts
194

Discussions

Discussions
65

Questions

Questions
129

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by milind_bachani
Customize the badges you want to showcase on your profile
Re: Use frontendModule = vue - Adobe Experience Manager 14-06-2022
Hi @sachindey1231 ,We officially dont have support of VUE with spa editors.Currently, most of the projects using Vue with AEM have the classic way of using it, which can be seen here : https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/uifrontend.html?lang=en Here is a documentation on archetype values for frontend values. And "vue" is an invalid keyword.Only allowed values are : "general", "none", "react", "angular" as of now. Check here : http...

Views

129

Like

1

Replies

0
Re: using es6 function not working after the minify - Adobe Experience Manager 13-06-2022
Steps:1Please check error.log file there you might see some error associated with that clientlib.When I had issue with minification , I saw error message in error.log file and then I took necessary steps to fix. Step:2To troubleshoot the issue please follow the below steps - a. AEM 6.5 uses following closure-compiler-v20190121.jar for js minification, also highlighted in below screenshot - b. If we take a closure look , we could see com.google.javascript is part of this closure compiler bundle.c...

Views

106

Like

1

Replies

0
Re: Removing Service Packs from Install Folder - Adobe Experience Manager 11-06-2022
Hi @basil , What I think is you are looking for a deletion logic for packages without getting rid of the content.Lets understand the packaging in AEM and how it is stored in CRX. Open CRX/DENavigate to /etc/packages folder.Here you will find all the package_groups folder listed.For eg. I have service pack 6.5.9 uploaded yet (not installed).The group is adobe/cq650/servicepackWhen the package is in uploaded state you cansee a node in crx at:/etc/packages/adobe/cq650/servicepackNow, when you insta...

Views

59

Like

1

Replies

0
Re: AEM Inline Editor adds "span" tag to text with inline styles when removing a line break - Adobe Experience Manager 09-06-2022
Like removing the P tag, you can also remove the Span tag. https://sourcedcode.com/blog/aem/aem-richtext-remove-p-tag-removesingleparagraphcontainer-for-touch-ui

Views

89

Likes

2

Replies

0
Re: JWT Bearer Token returns Invalid Assertion - Adobe Experience Manager 08-06-2022
Hi @sriram_1 The error itself says there is some issue with the grant type. What grant type are you using? It should be something similar to this: "grant_type":"abc"Hope this helps. Thanks,Kiran Vedantam.

Views

88

Like

1

Replies

0
Re: I created an OSGI service that accesses a configuration in configMgr. How do I access this service inside a workflow item? - Adobe Experience Manager 08-06-2022
Hey @jayv25585659 , As you have already mentioned that you are using a OSGIService which is accessing the OSGIConfig.MyConfiguration:@ObjectClassDefinition( name = "My Configuration", description = "This configuration reads the values") public @interface MyConfiguration { // All attribute definitions } MyServiceUsingConfig looks like :@Component(service = MyServiceInterface.class, immediate = true) @Designate(ocd = MyConfiguration.class) public class MyServiceUsingConfig implements MyServiceInte...

Views

81

Like

1

Replies

0
Re: request_for_activation workflow on AEM as Cloud - Adobe Experience Manager 07-06-2022
Hi @milind_bachani,I am facing a similar issue when deploying a custom workflow with multiple `OR` steps. I am seeing the error as shown in the screenshot below.Do we have to overlay all the resource types pertaining to the workflow steps in the /apps folders? Please advise!

Views

68

Likes

0

Replies

0
Re: Issue after deploying project to author instance - Adobe Experience Manager 02-06-2022
Can you share the error log.

Views

71

Like

1

Replies

0
Re: AEM Site, forms rest api endpoints - Adobe Experience Manager 30-05-2022
Hi buddy,I have gone through the link you shared but not getting how we can use aem headless to crawl aem data.Do you have any tutorial reference or document for the same.Also is there any other way we can crawl data from AEM.

Views

117

Like

1

Replies

0