CloseSession does not immediately restart the application

1
I am building an hybrid app and for the language toggle I want the application to restart in the new language after toggling. To manage this behavior I added a close session action and close page action to the language save microflow. However, something strange happens, namely the following: 1) I press a button to trigger the language save microflow,  in the debugger mode I can see that the MF is triggered and that the session is closed. However, I stay on the original page. 2) I again press the button. The application is this time restarted in the new language, although this time the MF is not triggered/entered at all (debugger). Does anyone know how I can resart the app at once, without having to press the button twice?
asked
1 answers
0

You can use the URL Redirector widget and redirect the user the the index page.

answered