Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

Uncaught cannot create Component: xtype 'multifieldpanel' not found and no default supplied

Avatar

Level 3

Hello,

I am getting the following exception in the multifield panel on the classic UI -

widgets.js:25790 Uncaught cannot create Component: xtype 'multifieldpanel' not found and no default supplied

Could you please help provide inputs.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi sonalik77795449

     The error comes because your dialog is referring an xtype which it is not able to find in any of the JS included in the page. That said, there is no 'multifieldpanel' xtype OOTB available in AEM. Clearly your project is using a custom xtype. If that is the case, please find the clientlibrary which has this xtype create and registered and make sure to include the client library to your head.js

Thanks

Veena

View solution in original post

4 Replies

Avatar

Level 10

Have  you created a custom package that uses classic APIs. Do you have more information in the logs. Also - what AEM version are you using?

Avatar

Correct answer by
Community Advisor

Hi sonalik77795449

     The error comes because your dialog is referring an xtype which it is not able to find in any of the JS included in the page. That said, there is no 'multifieldpanel' xtype OOTB available in AEM. Clearly your project is using a custom xtype. If that is the case, please find the clientlibrary which has this xtype create and registered and make sure to include the client library to your head.js

Thanks

Veena

Avatar

Level 3

Hello,

This has been resolved.There was a custom missing clientLibrary.Thanks for all your help.