App Connect + Framework7 Redirecting/Routing after logout/login/success of a server action

So I’ve got the routing figured out and my mobile app is switching lightning fast between pages.

I’ve tried the following without success directing to a page after success on logout:

{
name: ‘login-screen’,
path: ‘/login-screen/’,
url: ‘./pages/login-screen.html’,
options: {
animate: true,
},
},

So at the moment I am balding pulling hair out of my head and not knowing what else to do to make it work…

Community Page
Last updated: