Skip to content
Discussion options

You must be logged in to vote

Use the Digarr URL that serves your instance, followed by:

/api/v1/auth/oauth/spotify/callback

For a default local install, that would be:

http://localhost:3000/api/v1/auth/oauth/spotify/callback

If Digarr is behind a reverse proxy, use the external URL that your browser uses for Digarr instead, for example:

https://digarr.example.com/api/v1/auth/oauth/spotify/callback

The important part is that the value must match exactly between the Spotify app's redirect URI list and the value Digarr sends when starting the Spotify connection. In the current source, the Spotify initiate route requires clientId, clientSecret, and redirectUri, sends that value as redirect_uri, and then the callback r…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by OscarsWorldTech
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants