Why cant I use redirect in layout component in next.js?
Im building an app and I have protected routes. When a user is signed in, they get sent to the dashboard, if not authed then they are directed to the login page.
Im building an app and I have protected routes. When a user is signed in, they get sent to the dashboard, if not authed then they are directed to the login page.