-
Hello, i'm having this issue after login with credentials, my django backend is working, but on the front end nothing works it just shows : http://localhost:3000/login?callbackUrl=http%3A%2F%2Flocalhost%3A3000%2Flogin Those are my files :
middleware.ts
[...nextauth]/route.ts
global layout.tsx
page.tsx
result redirects to the same page over and over and over : please help me. |
Beta Was this translation helpful? Give feedback.
Answered by
Altroo
Dec 12, 2024
Replies: 1 comment
-
Problem was in the id: "", in auth.js, i've removed it and it's now working. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Altroo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem was in the id: "", in auth.js, i've removed it and it's now working.