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

AEM 6.4 | ACS commons | Multifield is breaking

Avatar

Level 2

Hi All,

 

Multifield dialog is not working. Getting below error in console, this is happening when acs-commons is installed AEM. Without acs-commons it is working as expected.

 

composite-multifield.min.js:14 Uncaught RangeError: Maximum call stack size exceeded
at f._addListeners (composite-multifield.min.js:14)
at f._addListeners (composite-multifield.min.js:14)
at f._addListeners (composite-multifield.min.js:14)
at f._addListeners (composite-multifield.min.js:14)
at f._addListeners (composite-multifield.min.js:14)
at f._addListeners (composite-multifield.min.js:14)
at f._addListeners (composite-multifield.min.js:14)
at f._addListeners (composite-multifield.min.js:14)
at f._addListeners (composite-multifield.min.js:14)
at f._addListeners (composite-multifield.min.js:14)

 

Please advise if anyone has encountered this issue and got some solution.

 

Thanks,

Pradeep

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
3 Replies

Avatar

Community Advisor

can you please provide your xml file.

Are you using coral ui for your inputs?

For Multifield - what are the input elements using?

Avatar

Correct answer by
Community Advisor

Hi @pradeepd1320668,

Can you please check this thread, could be because of duplicate multifield.js

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/multifield-component-not-w...

Avatar

Level 2
After changing multifield sling:resourceType to granite/ui/components/coral/foundation/form/multifield It started working. Thank you.