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

Nikhil-Kumar
Nikhil-Kumar
Online

Badges

Badges
34

Accepted Solutions

Accepted Solutions
38

Likes Received

Likes Received
271

Posts

Posts
273

Discussions

Discussions
27

Questions

Questions
245

Ideas

Ideas
0

Blog Posts

Blog Posts
4
Top badges earned by Nikhil-Kumar
Customize the badges you want to showcase on your profile
Re: Use of /etc/map on Publish Instance - Adobe Experience Manager 15-08-2020
Hi @karthikfordreal,Try using etc/map in publish mode for internal redirects, it's explained in Internal Redirects

Views

6.5K

Like

1

Replies

0
Re: Use of /etc/map on Publish Instance - Adobe Experience Manager 15-08-2020
Usage of etc/map explained to internal redirects:http://blog.magmalabs.io/2016/07/26/how-to-use-internal-redirects-in-aem.html

Views

6.4K

Likes

0

Replies

0
Re: Installed 6.5.4 SP RRD already closed Exception - Adobe Experience Manager 15-08-2020
Hey,Try restarting the AEM instance and verify the changes.

Views

4.2K

Likes

0

Replies

0
Re: Unable to edit pages after in-place 6.5 upgrade - Adobe Experience Manager 15-08-2020
Hey, Are you using AEM as an SPA ?If so, you need to update the aem dependencies in react's package.json file and try building and try deploying the code.

Views

700

Like

1

Replies

0
Re: javascrpit error after upgrading from 6.5.4 to 65.5 - Adobe Experience Manager 15-08-2020
Hey,Just to verify: Can you try restarting your AEM Instance and check if it's working. If above case happens then we need to have latest ACS commons installed after the upgrade.I migrated from 6.4.3 to 6.5.3 I face the similar issue. I went and checked for the project bundle and the ACS commons package.Not sure though, it's the same case here.

Views

280

Likes

0

Replies

0
Re: Fetching dialog field value in JS - Adobe Experience Manager 15-08-2020
Hey,The best and awesome way that I found to get any dialog data in JS using in Jquery is using Coral UI.Using this you can get any single field or multifield data.It's really fast and smooth.Checkout Jquery on dialog values to fetch the dialog values in JS using Jquery.You can reach out to me as well, I have done a lots of customization on Coral UI.Happy Coding!!

Views

1.1K

Likes

0

Replies

0
Re: Maven Build Error - Could not transfer artifact com.d... - Adobe Experience Manager 15-08-2020
Hey,Try using the mvn -PautoInstallPackage -Padobe-public clean installIf issue still exists you try updating your settings/xml in .m2 folder.I have the updated settings.xml which worked for me, you get it on my post settings.xmlIt contains Adobe Public added to it.It worked for me!!!

Views

16.0K

Like

1

Replies

1
Re: Roting in AEM +React - Adobe Experience Manager 15-08-2020
Hey,Can you verify the :children property in the Network section in en.model.json (Or whichever locale/language).As in SPA the data is rendered from the root JSON. I suspect this JSON might be missing. The en page should use the Root page template and it's childpages should use other content page template to have en.model.json loaded in all the pages.If above things are available try checking the routing part from React side.

Views

260

Like

1

Replies

0
Re: IntelliVault NullPointer Exception when pulling from CRX - Adobe Experience Manager 15-08-2020
Try using lower version of IntelliJ, or use the 3.1.16 version of the filevault to pull code from crx.I am currently using ths combination of IntelliJ 2018.3.4 and vault-cli-3.1.6.It works absolutely great with AEM 6.5.5 and archetype 22.You can refer to my post on the same : IntelliJ Setup

Views

966

Like

1

Replies

0
Re: AEM Site Search w/ Algolia - Adobe Experience Manager 13-08-2020
I have done a small integration of Algolia with AEM using JAVA API, we can have React API's as well to handle the requests. Detail information can be found on the Algolia's documentation page. You can check out my blog as well on the integration and initial setup : https://aemsimplifiedbynikhil.wordpress.com/2020/07/15/aem-integration-algolia-java-api/

Views

2.0K

Likes

0

Replies

0