Hi All,
I am working on Touch UI (AEM 6.1) and facing below issues.
Error:
Uncaught TypeError: Cannot read property 'componentConfig' of undefined
at f (editor.min.js:4355)
at Object.<anonymous> (editor.min.js:4578)
at i (jquery.min.js:784)
at Object.fireWith [as resolveWith] (jquery.min.js:820)
at cf (jquery.min.js:2421)
at XMLHttpRequest.i (jquery.min.js:2519)
Solved! Go to Solution.
I found the issue, when I tried accessing url [1], its throwing toomanycalls excpetion. I have increased "sling.max.calls" value in Apache Sling Main Servlet OSGI config, default value is 1500. I have increased value to 2000. Now I could see components in left side rail
[1] - http://localhost:4502/libs/wcm/core/content/components.1498583387463.html?_=1498583378895
I found a post for this issue, but no luck. My component is not in .hidden group. http://aempodcast.com/2015/htl/aem-sightly-touch-ui-tips/#.WVHEoFV97IV
Views
Replies
Total Likes
I found the issue, when I tried accessing url [1], its throwing toomanycalls excpetion. I have increased "sling.max.calls" value in Apache Sling Main Servlet OSGI config, default value is 1500. I have increased value to 2000. Now I could see components in left side rail
[1] - http://localhost:4502/libs/wcm/core/content/components.1498583387463.html?_=1498583378895
Just to confirm, is this a fresh installation ? Can you try reinstalling your AEM and see if you still face the same issue ?
Thanks
Veena
Views
Replies
Total Likes
This is not a fresh installation, I faced that issue in DEV and QA too.
Views
Replies
Total Likes
Adding a Thread with the similar problem:- Context Hub dependent on Client Context in AEM 6.2 ? and Error while adding ContextHub to the page component
~kautuk
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies