I try to auth user through my app with spotify Web API but I receive this error:
INVALID_CLIENT: Invalid redirect URI
URL:
GET
I ran into a similar issue when authenticated via Authorization Code Flow.
Per the docs The value of this parameter must exactly match the value of redirect_uri supplied when requesting the authorization code.
So make sure that the:
redirect_uri
that is configured in the dashboardredirect_uri
in the GET https://accounts.spotify.com/authorizeredirect_uri
in the POST https://accounts.spotify.com/api/tokenis exactly the same or else you will get a INVALID_CLIENT: Invalid redirect URI