When using with Remix, after the login or signup it does not redirect to the root directory #2217
Closed
Answered
by
anuragnandi
anuragnandi
asked this question in
Support request - DO NOT OPEN HERE
|
I followed all the steps as it is on the guide, for some reason it does not redirect and I get the 404 error, here is my code:
What am I doing wrong and why is it not redirecting? It works when I manually go to the "/" route. |
Answered by
anuragnandi
Nov 28, 2023
Replies: 1 comment
|
Silly mistake: ensure your login route is login$.jsx not just login.jsx. Same goes with the signup. |
0 replies
Answer selected by
anuragnandi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Silly mistake:
ensure your login route is login$.jsx not just login.jsx. Same goes with the signup.