-
Description 🐜The TwitterProvider GET_AUTHORIZATION_URL starts with
Is this a bug in your own project?No How to reproduce ☕️Follow the Twitter code example at https://next-auth.js.org/providers/twitter Screenshots / Logs 📽Environment 🖥System: Contributing 🙌🏽No, I am afraid I cannot help regarding this |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 12 replies
-
Note: this is in next-auth 4.0.0-beta.3 |
Beta Was this translation helpful? Give feedback.
-
It has to be a configuration error somewhere, I just tested it and I logged in successfully: Could you paste in your |
Beta Was this translation helpful? Give feedback.
-
If I change line 49 of
it works. By adding the .url to provider.authorization |
Beta Was this translation helpful? Give feedback.
-
You're welcome. Any ETA on 4.0.0-beta.4 ? |
Beta Was this translation helpful? Give feedback.
-
Thank you, and also thank you for the excellent work you're doing providing this module. I wouldn't want to have to code all of this up from scratch. |
Beta Was this translation helpful? Give feedback.
If I change line 49 of
node_modules/next-auth/server/lib/oauth/authorization-url.js
toit works. By adding the .url to provider.authorization