Hi,
We are trying to set up Context Hub in 6.5 and getting an error "Uncaught TypeError: ContextHub.console is not a function". Tried resolving using dependencies and changing the sling resourcetype from /libs/granite.. to granite path but its not working.
Can someone please help on the issue.
Try comparing nodes under the path at [1] with a working instance(Or OOTB 6.5) and check if there are any missing or extra nodes.
[1]/libs/granite/contexthub
Views
Replies
Total Likes
Hi swetap37476554,
Can you share the scenario in which the JavaScript error is thrown (share replication steps)? Particularly, can you replicate this error thrown with the We.Retail sample content? I referenced [1] to review the We.Retail sample content that has ContextHub already configured.
My vanilla 6.5 install showed me that ContextHub.console is not a function -- it is an object:
I used Developer Tool to call 'ContextHub' to review the object and what is present.
Regards,
Lisa
It looks like Adobe used to have documentation on these use cases [1]. However, I can't find the 6.5 version of this document.
1. Using the Adobe Experience Manager ContextHub to work with Personal Experiences
Views
Replies
Total Likes
Hello,
Please share the complete stack trace of js error - Uncaught TypeError: ContextHub.console is not a function
Regards,
Vishu
Views
Replies
Total Likes
I am working on a similar issue and noticed this issue was caused by the syntax error at line 31. It should be :
ContextHub.console.log(ContextHub.Shared.timestamp(), '[loading] cq.contexthub - store.clientcontext-backedstore.js (clientcontext connector)');
There were extra quotes around the console."log" which was causing the issue. Try checking if that is the case here.
[1] /libs/cq/personalization/contexthub/components/stores/clientcontext-backedstore/store.clientcontext-backedstore.js
In below files also instead of using "ContextHub.console.log()" they committed ContextHub.console("log","") which causing "ContextHub.console is not a function" error.
can you please fix them
/libs/cq/personalization/contexthub/clientlibs/contexthub/ContextHub.Store.ClientContextBackedStore.js
/libs/cq/personalization/contexthub/clientlibs/clientcontextprofile/store.clientcontextprofile.js
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies