React native – Next.js next-auth signIn function redirects to http://localhost:3000/api/auth/error
Kinda new to next.js. Anyway am trying to add a login functionality in my react web app using next-auth in my local environment but whenever i tap the login button, it redirect to "http://localhost:3000/api/auth/error" It should take me to google…