Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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
0 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.