Solved! Go to Solution.
Views
Replies
Total Likes
Got the problem solved.
We need to add embed property in our clientlibs with these values:
1. jquery
2. granite.utils
3. granite.jquery
4. cq.jquery
5. cq.wcm.foundation
6. cq.wcm.foundation-main
Thanks !
Views
Replies
Total Likes
Can you increase the limit of org.apache.sling.engine.impl.SlingMainServlet (/system/console/configMgr under "Apache Sling Main Servlet) ->sling.max.calls=1000 to 2000/6000/15K+ (try all 3, 1 by 1). The intent of having this was to limit the number of nested/recursive calls.
Reference :-
~kautuk
Views
Replies
Total Likes
I tried with your solution, but it didnt work either.
Views
Replies
Total Likes
Got the problem solved.
We need to add embed property in our clientlibs with these values:
1. jquery
2. granite.utils
3. granite.jquery
4. cq.jquery
5. cq.wcm.foundation
6. cq.wcm.foundation-main
Thanks !
Views
Replies
Total Likes
Thank for you for posting. For those reading this thread and wanting to know how to get ContextHib into an AEM page -- see this artilce:
Scott's Digital Community: Using the ContextHub with the Experience Manager Toy Store site
Views
Replies
Total Likes
Follow the url Uncaught TypeError: Cannot read property 'externalize' of undefined · Issue #107 · adobe/aem-project...
and add the below in your header lib file
<!--/* Include Context Hub */-->
<sly data-sly-call="${clientlib.js @ categories='granite.utils'}"/>
<sly data-sly-resource="${'contexthub' @ resourceType='granite/contexthub/components/contexthub'}"/>
Views
Replies
Total Likes