The following widgets will not work in a production environment. Please update them.

3
Hi, Modeler version 5.18 introduces a "Check Widgets" option. The release notes state that it can be used to check if a widget can be build. In my project I can run the project locally but when creating this MDA it fails. The "Check Widgets" option returns the message "The following widgets will not work in a production environment. Please update them." for a specific custom widget without telling what is wrong. How do I find out? Regards, Paul
asked
1 answers
1

There is a logfile created in deployment/data/temp/dojo/buildreport.. when you create an unversioned mda. This may contain some error message that can be helpful. Another tip is to check if your widgets are setup according the the mendix widget boilerplate. This outlines some best practices for building reliable widgets.

answered