Modeler Version 7 - No constructor found for widget LoginForm.widget.LoginForm

1
After migrating our application from version 6.10.4 to version 7.0.2 of the modeler and running the application locally we recieve the message "No constructor found for widget LoginForm.widget.LoginForm".  I have cleared my cache as well as updated the login form widget.  This is preventing our custom login page from showing providing no way to log into our  application.  Do we need to wait for the Login Form widget to be updated or is there anything else that I should verify in respect to Version 7 and custom login forms?
asked
1 answers
2

I think the intention is to start using the authentication widgets in Mendix 7: see here in the release notes

 

EDIT: Also, I just tested a simple project with the latest LoginForm widget from the app store and it's working just fine.

answered