Next-auth redirects me on auth/error on signIn()
I'm using app router in nextjs, when I call
this is my
what can be problem? in production I think, env are all good
signIn("google") in localhost, next-auth works pretty well but on production, it redirects me instantly on api/auth/error routethis is my
app/api/auth/[...next-auth]/route.ts look likewhat can be problem? in production I think, env are all good