Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Sidekick is not loading components

Avatar

Level 5

Hi Team,

We are facing issue with sidekick... Components ara not showing up... Anyone plz let us know how components are loading in sidekick..which default script is using??

1 Accepted Solution

Avatar

Correct answer by
Level 10

Have you introduced any custom logic or custom JS libs. Something occurred that looks like its interfering with the normal functionality.

View solution in original post

5 Replies

Avatar

Level 10

What AEM Version are you using? SO you see browser errors?

Avatar

Level 5

Hi,

AEM 6.0

JS Error : when we click on edit button in design_dialog

widgets.js:137433 Uncaught TypeError: Cannot read property 'indexOf' of undefined

    at new constructor (widgets.js:137433)

    at Object.create (widgets.js:25786)

    at sb.createComponent (widgets.js:30412)

    at sb.lookupComponent (widgets.js:30400)

    at sb.add (widgets.js:30206)

    at sb.<anonymous> (widgets.js:30202)

    at Object.each (widgets.js:1768)

    at sb.add (widgets.js:30201)

    at sb.initComponent (widgets.js:30092)

    at sb.initComponent (widgets.js:36793)

Avatar

Correct answer by
Level 10

Have you introduced any custom logic or custom JS libs. Something occurred that looks like its interfering with the normal functionality.

Avatar

Level 5

will check the recent js changes and will let you know the results smacdonald2008​...

Avatar

Level 5

I have created a new project structure and created a component with sling:resourcetype as foundation/components/page..but still I am getting the same error...so if i refer libs/foundation/components/page .. it should go and pick the default components without touching a custom logic ..am i ryt..please correct if am wrong here...