Clicking login takes me to API route and not login page (Next 14)
Trying to get up and running with Next14 and App Router.
I've got env setup and the following in
When I click my login component it navigates to
I've got env setup and the following in
src/app/api/auth/[kindeauth]/route.tsWhen I click my login component it navigates to
http://localhost:3000/api/auth/login any ideas?