Expand my Community achievements bar.

SOLVED

AEM Core Components - 2.5 errors

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 3

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!

View solution in original post

5 Replies

Avatar

Employee Advisor

- Do you see the issue after installing SP3?

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

Avatar

Level 3

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

Avatar

Employee

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

Avatar

Level 3

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.

Avatar

Correct answer by
Level 3

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!