AEM Core Components - 2.5 errors | Community
Skip to main content
Level 3
June 27, 2019
Solved

AEM Core Components - 2.5 errors

  • June 27, 2019
  • 5 replies
  • 3372 views

I'm seeing the following error when trying to place some of the new Core Components on a page.

Uncaught (in promise) TypeError: editable.getParentPath is not a function                                        core.77bdb990ebfb947d76da6f37f3dbc06c.js:30105

    at Array.ns.editables.self.getParent (core.77bdb990ebfb947d76da6f37f3dbc06c.js:30105)

    at Object.ns.overlayManager.self.create (core.77bdb990ebfb947d76da6f37f3dbc06c.js:18384)

    at Object.ns.overlayManager.self.recreate (core.77bdb990ebfb947d76da6f37f3dbc06c.js:18435)

    at HTMLDocument.ns.overlayManager.self.recreateAll (core.77bdb990ebfb947d76da6f37f3dbc06c.js:18451)

    at HTMLDocument.dispatch (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:5226)

    at HTMLDocument.elemData.handle (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:4878)

    at Object.trigger (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:5130)

    at HTMLDocument.<anonymous> (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:5860)

    at Function.each (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:370)

    at jQuery.fn.init.each (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:137)

This is when trying to place a proxied Accordion or Container component on a page.

I followed the following steps, but still am seeing the errors:
AEM 6.4.3 | Not able to edit any component

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by mrobinson-1

Issue is resolved, this solution worked for me:

Thx @wrandall22 for the detailed steps. I noticed that the proxy component is missing the following property:
cq:isContainer="true"
Could you please add this property and retry?

Note: you should use the latest released Service Pack 6.4.4 instead of SP 6.4.2.

Thanks!

5 replies

Adobe Employee
June 27, 2019

- Do you see the issue after installing SP3?

- Have you tried installing the latest release for core components?

Level 3
June 27, 2019

I installed AEM 6.4.4 prior to installing Adobe Core Components 2.5.0.

Adobe Employee
June 28, 2019

Core Components 2.5 was released 2-3 days ago, you can log an issue directly on their GIT

But it looks like someone has already reported the same thing :

Cannot add components to Accordion (6.4.2) · Issue #659 · adobe/aem-core-wcm-components · GitHub

Level 3
June 28, 2019

perfect, thank you. This is the exact same issue I am seeing, but the error I have above is before you even refresh the page to click the wrench to edit the accordion.

mrobinson-1AuthorAccepted solution
Level 3
June 28, 2019

Issue is resolved, this solution worked for me:

Thx @wrandall22 for the detailed steps. I noticed that the proxy component is missing the following property:
cq:isContainer="true"
Could you please add this property and retry?

Note: you should use the latest released Service Pack 6.4.4 instead of SP 6.4.2.

Thanks!