Uncaught cannot create Component: xtype 'multifieldpanel' not found and no default supplied | Community
Skip to main content
Level 3
October 17, 2017
Solved

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

  • October 17, 2017
  • 3 replies
  • 2847 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by VeenaVikraman

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

3 replies

smacdonald2008
Level 10
October 17, 2017

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?

VeenaVikraman
Community Advisor
VeenaVikramanCommunity AdvisorAccepted solution
Community Advisor
October 18, 2017

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

Level 3
October 18, 2017

Hello,

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

August 20, 2021

Hi Sonalika.

 

Can you please share that custom library?