The following happens only in Edge. When clicking cancel on the popup where a new user is created, the fields for account and our user entity disappear from the screen, but the fields for AccountPasswordData remain. The console will log the following error:
mendix.sys.Datamendix.sys.Data.rollback: error in handler for [10696049115007133] : InvalidNodeTypeError
This cancel button is a standard Mendix button. The popup has AccountPasswordData as main context, and nested within it is Account, which has in turn our own entity representing a user nested in it. All this doesn't seem like anything special.
Has anyone seen this error before, or have any clue what's happening?