Close page gives i.closePage(...).finally is not a function

6
Hi, I have a problem with the close page functie sinds I updated my project from 8.17 to 9.6.2. I have an action button “next” linked to a microflow. In this microflow I want to show the next page and close the current one.  When I have a close page in my flow I get a client error when I click the button: An error occurred while executing an action of Laboratorium.Analyse_New_pH.actionButton3: i.closePage(...).finally is not a function Error: An error occurred while executing an action of Laboratorium.Analyse_New_pH.actionButton3: i.closePage(...).finally is not a function     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637741343056428420:68:118789     at we (http://localhost:8080/mxclientsystem/mxui/mxui.js?637741343056428420:24:6501)     at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?637741343056428420:24:6402)     at x (http://localhost:8080/mxclientsystem/mxui/mxui.js?637741343056428420:66:5472)   I have no idea why this happens or how to make it work. 
asked
2 answers
5

Hi Marianne,

Hope you already fixed the issue, we had the same issue and resolved by deleting a widget called PrintPDF

In your case it might be some other widget, please check you last working version and see if what are the new widgets added from that version, then delete and try again. 

 

Hope it resolves your issue,

 

Regards,

Ashok

answered
0

 

Hi,

 

Please, refer, this forum link might help you.

 https://forum.mendix.com/link/questions/100774

https://forum.mendix.com/link/questions/61762

answered