Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 2

Hi All,

we are in process of setting up contexthub in AEM 6.4. In our page component's head.jsp, we have included the contexthub component as below

<sling:include path="contexthub" resourceType="granite/contexthub/components/contexthub" />

contexthub configurations and segments are placed inside the /conf path as per the repository restructuring guidelines. Contexthub is loading fine both author and publish instances and segments are also resolving properly.

But when we try to access the page via dispatcher,  contexthub itself is not loading. To debug this issue, we overlayed contexthub component in /apps and added few logs. With this debug, we came to know that the call to

contexthub.isConfigured(slingRequest);

is returning false, only while trying to access via the dispatcher, hence the contexthub related scripts are not getting loaded. Not sure what we are missing.

Has anyone faced similar issue? Any help is appreciated.

Note: At the dispatcher level, we have added allow filter for both /etc/cloudsettings/* as well as /conf/*

Who Me Too'd this topic