Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Content exposed as json is not working in publisher

Avatar

Level 4

We are currently using AEM 6.5 SP 6.5.6 . Code is failing to work in publisher , works fine in author instance

 

Author : content/*/en/*/jcr:content.service/*.json - Works fine

Publisher: content/*/en/*/jcr:content.service/*.json - Fails to work

 

I did check the bundles in both instance - Bundles are active 

Tried restarting the bundle in publisher . Also tried restarting the instance. Still the publisher fails to work

 

Is there a way to check when we  hit content/*/en/*/jcr:content.service/*.json is our core bundle actually being called ? -- How could we possibly troubleshoot this kind of issues?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you can use sling servlet resolver to check which servlet is getting called when you hit that page and try to change jcr:content with _jcr_content in the url



Arun Patidar

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @AEMnewbie 

Please check dispatcher rules. Dispatcher might be blocking the request.

AG

Avatar

Correct answer by
Community Advisor

you can use sling servlet resolver to check which servlet is getting called when you hit that page and try to change jcr:content with _jcr_content in the url



Arun Patidar