Help - Amplify + RDS MSSQL + Error=Callback# #2865
Unanswered
preludeofme
asked this question in
Help
Replies: 1 comment 8 replies
-
could you please post the logs from your console? When does the error occur? can you reproduce it locally, or only when deployed? |
Beta Was this translation helpful? Give feedback.
8 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy my react/nextjs/nextauth application to AWS using Amplify and an RDS MS Sql Server. I am able to get everything working locally but when I deploy to Amplify and try to authenticate with the google provider, it just returns me to the sign in page with the error message in the url "Error=Callback#". I am not sure how to debug and get any specifics out of the error beyond that.
I've got all my environment variables set up properly (validated they're coming through ok), i've set up a VNC, Security Group, and domain, CORS... everything i could think of based on various tutorials but i'm not sure why i can't get it working. I turned debugging on through the nextauth config but i'm not sure where to view the output of the debugging, there's nothing in the browser console and i'm not sure where to find the console for the amplify server (if there is any). i'm still a bit new to AWS and nextauth
Here is my [...nextauth].tsx file:
What other info can i post to help?
Beta Was this translation helpful? Give feedback.
All reactions