Migration from Modeler version 7 to 8

0
Im facing the below mentioned issue while migrating from Modeler version 7 to 8 404 - file not found for file: mxclientsystem/mxui/widget/_FormWidget.js Any thoughts anyone? Appreciate you help
asked
1 answers
2

Update all your widgets by clicking Project → Tools → Update Widgets

This will probably solve the error.

*Edit* Apparently that is not enough. Maybe this helps:

  • Delete you project's directory /deployment and RunLocally
  • Remove as much widgets as possible, it happens often that widgets do not get removed when they no longer are used.

Worst case, you will need to find out which part of your app generates the problem. If possible create a new project and import your version7 project module by module and widget by widget.

answered