So I set my default homepage to the sign in page, and created rules by roles (if role X - go to page A, if role Y go to page B). This works fine when initially logging in. However if I’m already logged in and enter the home page - I get the “already logged in” message, and I’m not redirected anywhere.
How best should I approach this, so that when a user who’s already logged in enters the homepage - they should still be redirected to the correct page. Otherwise they’re “stuck” on the sign in page.