Issue in Sign in - Amplify #3989
Unanswered
BrandonEscamilla
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am having an issue when deploying a Next.js app using Next-auth to Amplify, in local everything works well, but when deployed the login stops working, I am using the credentials provider using an external API to obtain the token. The sign in response is the following:
{ error: null, status: 200, ok: true, url: 'https://domain.com/api/auth/signin?csrf=true' }
I am receiving this response either for correct and incorrect passwords. The server API where we obtains the token is not getting any hit so I am wondering why it doesn't even enter to the function.
Versions
Next-auth = V3
Next.js = 10spa
Beta Was this translation helpful? Give feedback.
All reactions