-
Notifications
You must be signed in to change notification settings - Fork 318
Description
Hi! i have an issue with authorization
I am unable to complete the authentication process for spotify_player on macOS Sequoia (Homebrew install). Despite configuring a custom Client ID and ensuring that the Redirect URIs in the Spotify Developer Dashboard exactly match my local app.toml, the app fails to receive the authorization code. When I launch the player, it correctly prompts me to authenticate and opens a browser window. However, after I enter my credentials and click authorize, a second window immediately opens with the error "INVALID_CLIENT: Invalid redirect URI."
I have verified that I am using the 127.0.0.1 instead of localhost to comply with recent Spotify API changes, and I have confirmed that the port and callback path are identical in both the dashboard and the config file. It appears the application is either failing to bind to the local port on Sequoia or there is a mismatch during the secondary redirect handoff. I have been attempting to resolve this for several days without success and would appreciate any help