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?
Solved! Go to Solution.
Views
Replies
Total Likes
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
@Anudeep_Garnepudi I am hitting the IP's directly
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies