I am encountering the following error when trying to execute one or more microflows within a request page of my Mendix app. An error occurred while executing an action of MyApp_Main.WF_UserTaskPage.actionButton1: Cannot read properties of undefined (reading 'domNode') Error: An error occurred while executing an action of MyApp_Main.WF_UserTaskPage.actionButton1: Cannot read properties of undefined (reading 'domNode') at http://localhost:8010/mxclientsystem/mxui/mxui.js?638442813293584153:66:183385 at ye (http://localhost:8010/mxclientsystem/mxui/mxui.js?638442813293584153:24:6830) at i (http://localhost:8010/mxclientsystem/mxui/mxui.js?638442813293584153:24:6731) at O (http://localhost:8010/mxclientsystem/mxui/mxui.js?638442813293584153:64:5079) By debugging, the error is occurring on the end event of the microflows. There don't seem to be any logic-related errors, and the attributes and associations of the involved entities appear to be correct. Even after refreshing the context or closing and reopening the Mendix page, the problem continues to persist. The problem is resolved by refreshing (or closing and reopening) the browser page, but only for the specific request in question. A new request will have the same problem until the browser page is refreshed. Any idea? Thanks
↧