Mendix 8.14.1 upgrade breaks custom widget

0
Hi, In my custom widget I have type action property as below, and in Mendix I display a page using onClick:   <property key="firstOnClickAction" type="action" required="true"> <caption>On click</caption> <description>Action to be performed when link is clicked</description> </property>   The first time I start the server(Mendix) I get below error and navigates to home page – but if I go back to that link custom action works fine: An error occurred while executing an action of proj.env_detail.pop: Failed to fetch Error: An error occurred while executing an action of proj.env_detail.pop: Failed to fetch at http://localhost:8084/mxclientsystem/mxui/mxui.js?637384602082451539:79:301694 at _e (http://localhost:8084/mxclientsystem/mxui/mxui.js?637384602082451539:34:6720) at r (http://localhost:8084/mxclientsystem/mxui/mxui.js?637384602082451539:34:6616) at d (http://localhost:8084/mxclientsystem/mxui/mxui.js?637384602082451539:39:145114) I didn’t have this problem in previous version of mendix!
asked
1 answers
0

If you think this bug is caused by the Mendix modeler.
Best is to create a support ticket explaining the issue and attach a sample project with steps to reproduce.

answered