mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #846] INVALID_CLIENT: Invalid redirect URI #1443
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1443
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mcrtin on GitHub (Oct 5, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/846
After updating, i had to relogin the client with follwing url:
https://accounts.spotify.com/authorize?scope=user-read-playback-state&client_id=<client_id>&redirect_uri=http%3A%2F%2F127.0.0.1%3A8989%2Flogin&response_type=code&state=&code_challenge_method=S256&code_challenge=
after loggin into my spotify account, i get a blank page with just
'INVALID_CLIENT: Invalid redirect URI'
i already cleared the cache and it still didn't work.
@FarukOfCulture commented on GitHub (Oct 5, 2025):
Try deleting (make a backup) your app.toml, worked for me
@Mcrtin commented on GitHub (Oct 6, 2025):
thx; its working again now