Hi,
Funny thing is that sessionAuthenticated method from application route is running after the model which causes issues, as model cant be resolved since the user is not authenticated yet.
How can I fix this? Is possible in this way? Normally it would be nice if model run after the user is authenticated.