Open mastercuber55 opened 2 years ago
What exactly is the issue? Do you have an error?
TokenError: Missing "code_verifier"
at OAuth2Strategy.parseErrorResponse (/home/container/node_modules/passport-oauth2/lib/strategy.js:373:12)
at OAuth2Strategy._createOAuthError (/home/container/node_modules/passport-oauth2/lib/strategy.js:420:16)
at /home/container/node_modules/passport-oauth2/lib/strategy.js:177:45
at /home/container/node_modules/oauth/lib/oauth2.js:191:18
at passBackControl (/home/container/node_modules/oauth/lib/oauth2.js:132:9)
at IncomingMessage.<anonymous> (/home/container/node_modules/oauth/lib/oauth2.js:157:7)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Its been a while since I'd run into this issue. I'd say double check that your client ID and secret are what you expect them to be
i renew my token and it worked thanx
i also came upon this issue i renewed my token aswell but its still the same error
i also came upon this issue i renewed my token aswell but its still the same error
Did you fix it?
i also came upon this issue i renewed my token aswell but its still the same error
Did you fix it?
Sadly no i just used google auth instead i dont know if its a react problem cause i found a website in angular wich uses the discord oauth with no problem but the OC is no longer working on it i am to New in coding to understand his work and update it to fix the problem
My Code:
I Call This Thing With
All I Know Is This Code Worked In The Past.