Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Below are my system specs and packages
I set up Google Auth and I am able to login and get user data. But the problem is that even though I am login in with different google accounts, I still only see one account created.
However, when I check my 3rd party connections in all of my other google accounts, I do see an authorized connection made to the app.
For my storage I am using
https://vercel.com/docs/storage/vercel-postgres
Also my verification token table in my postgres vercel db is empty so I am guessing that is probably where the issue lies.

I used the SQL query below to create my tables found in here ( https://authjs.dev/getting-started/adapters/pg)
The only empty table in my db is verification_token
Beta Was this translation helpful? Give feedback.
All reactions