You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mackieq
added
bug
Something isn't working
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
labels
Dec 18, 2024
mackieq
changed the title
twitter callback api error
twitter callback error
Dec 18, 2024
mackieq
changed the title
twitter callback error
twitter oauth2.0 callback error
Dec 27, 2024
Environment
Reproduction URL
https://github.com/mackieq/next-auth-example
Describe the issue
Twitter login:
after step 2, twitter redirect to http://localhost:3000/api/auth/callback/twitter?state=xxx&code=xxx
My nextjs console output error:
It seems like a certain field is missing or has an issue when fetching the user information.
How to reproduce
down load https://github.com/mackieq/next-auth-example, config twitter clientId and secret, then:
Expected behavior
login callback success
The text was updated successfully, but these errors were encountered: