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
I just spent the last couple of hours trying to get this library to work, only to find that my client secret was being set to my client id. I unfortunately do not have a node debugger available to me, so I couldn't find where the auth was failing. I did get an error displayed while logging in, but I put this behind a try-catch statement to make sure nothing was sent to the user. This only said "Error". That's it.
I then eventually opened up the source file and went to the offending line. I logged the variables and found that it was bad client credentials.
A chain of dumb mistakes I will concede, but please spare other devs from this frustration by being more specific about errors.
The text was updated successfully, but these errors were encountered:
I just spent the last couple of hours trying to get this library to work, only to find that my client secret was being set to my client id. I unfortunately do not have a node debugger available to me, so I couldn't find where the auth was failing. I did get an error displayed while logging in, but I put this behind a try-catch statement to make sure nothing was sent to the user. This only said "Error". That's it.
I then eventually opened up the source file and went to the offending line. I logged the variables and found that it was bad client credentials.
A chain of dumb mistakes I will concede, but please spare other devs from this frustration by being more specific about errors.
The text was updated successfully, but these errors were encountered: