So I have group routes (main) and studio both with layout.tsx I wrapped the layouts in a context but I am still having issues where I can access register and login pages even though I am logged in. As a matter of fact if I navigate the pages I can go back to the landing page and still see the register and login links in the navbar.
Supposedly the layout must be at app level but then this duplicate layouts in my group routes.