Hi all,
i am using aem 6.5 version , in prod i have added a property named “title” to one of the node and replicated and published for users from crxde but this property is not showing to the users . This is not even showing in the json call. Can some one let me know what i am wrong here. I have cleared publisher console cache too. But no luck. Thanks in advance for help!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi all, i have published the property through code as a package and it is showing to the users now and as well in json call. I tried replicating caching and rechecking permissions and other steps which you all suggested but did not help
Hi @Itsmevink ,
Looks like replication issue, may be the queue is blocked, disabled or some connection error. Please try below troubleshooting steps-
Let me know if this does not help.
Thanks,
Ritesh Mittal
Hi Ritesh it did not work
Could you please let me know the jcr:primaryType of that node.
Why did you activate that node via CRXDE ?
Did you activate that node via CRXDE earlier also? Was it successful?
Hi DEBAP_DAS , actually i created the nodes using code but somehow they did not get published , since its prod and needs to be immediately available to users i did not had quick option except to add from crdxe and publish it. But its not working
Could you please let me know the jcr:primaryType of that node.
Do you have permission to publish via CRXDE on production?
Yes have permissions to publish on prod
If you are validating on publisher and it does not exist there then it is definitely replication issue as Ritesh mentioned.
@Itsmevink You can try replicating it via http://localhost:4502/libs/replication/treeactivation.html just in check in case the crx/de replication is working as expected.
Hi all, i have published the property through code as a package and it is showing to the users now and as well in json call. I tried replicating caching and rechecking permissions and other steps which you all suggested but did not help
Views
Likes
Replies