Authorization code grant flow
Hey y'all first time discord.js user. I'm using the latest version, going through the Authorization code grant flow in the guide. It's saying I should be returning
Except I don't get this back. My console is empty. I've tried changing response_type to code, and token, and neither of them return any information in my console. I'm not sure if i've missed a step but I've been staring at the guide for about an hour and a half to no avail.
Here's my index.js just like the guide, for reference.
and my index.html
8 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Well that’s for making bots right? All I’m trying to do is authorize users, not necessarily make a bot, it’s in a section of the discord.js so I thought I could come here for help
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Right that was my understanding of it, thanks for the clarification
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Thanks for the tip!