Can not migrate appmodels

Hi all,
I have faced an error when trying to migrate my app_model.json. (Please see the following picture)

This is my appmodel.json looks like
app_model.txt (28.8 KB)

Could anyone please help me out? Thanks in advance.

Hi, the ClearDirective does not support any props accept region and layout (see the typings for ApplicationModel and ApplicationModel.Directive, in particular).

You need to manually remove line 587 from the json (the one containing "container": "BAPFormEngine"), then the migration should work as expected. :slight_smile:

It works. Thanks a lot.