Login page does not close after valid login

0
When using the LoginForm widget to login, the following happens: A new session is created for the user (I can see it in the console) The form does not close After refreshing the page manually, the default homepage opens So, the LoginForm widget does not close the page after login. Does anyone know what to do?
asked
2 answers
2

Download the newest version from the AppStore.

answered
0

Similar behaviour occurs when you are debugging the application (with user A) and, while the debugger focusses somewehere in a microflow, logoff. Then opening the signon form and typing a correct userid and password, will not log you on. The only login that will work is user A.

answered