Reactjs – NextJS 14.0.3 – Uncaught (in promise) Error: NEXT_REDIRECT
I got a login page, that I need to redirect after login success to app section and app section that redirects to login if no user is logged. The redirect in AuthGuard component works great: import { PropsWithChildren, ReactNode }…