login flow intercepted route
Unanswered
0xdecapitator.eth posted this in #help-forum
https://github.com/vercel/next.js/discussions/59466
The login ( signin - signup ) flow has a bug or it is not for this use case . Other then checking the route history , does anyone find a solution for that .. if i trigger intercepted routes inside previous intercepted routes and then i try to close them , router.back() will redirect me to the previous intercepted route which is a bad ux.
The login ( signin - signup ) flow has a bug or it is not for this use case . Other then checking the route history , does anyone find a solution for that .. if i trigger intercepted routes inside previous intercepted routes and then i try to close them , router.back() will redirect me to the previous intercepted route which is a bad ux.