Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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.