Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

AEM LinksLinkedIn

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @AEMnewbie 

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

AG

Avatar

Level 4

@Anudeep_Garnepudi I am hitting the IP's directly

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

AEM LinksLinkedIn

Avatar

Level 4
@arunpatidar Thanks alot Arun !! You saved me alot of time