Hi,
I want to a set a screen called Dashboard as a default screen after login in JMIX 2.0. I add a code as below in application.properties file.
jmix.ui.login-view-id = LoginView
jmix.ui.main-view-id = MainView
jmix.ui.default-screen-id = Dashboard
However, it only work when I login first time. After I logout and login again, it doesnt display the Dashboard page anymore. How do i make it to always display default page Dashboard after login