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
Hello,
I deployed application on Heroku, and tried to get the access code by passing curl -X POST -d "code=[code]" https://[myapp].herokuapp.com/api/token.
But I got the error "invalid_grant"
It works for me. I am pretty sure there is misconfiguration on your side. Check your SpotifyRedirectURI and your tokenSwapURL. The latter should end with /api/token.
Hello,
I deployed application on Heroku, and tried to get the access code by passing
curl -X POST -d "code=[code]" https://[myapp].herokuapp.com/api/token
.But I got the error "invalid_grant"
I checked document on Authorization Guide but couldn't figure out what happened.
The following steps are double-checked again:
So far I can not solve the problem by myself.
Does anybody have any hints or experience about solving it?
Thanks!
The text was updated successfully, but these errors were encountered: