mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #904] Invalid redirect URI #387
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#387
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 @piotr-placzek on GitHub (Oct 5, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/904
During first (and next) application starts I have message in terminal
and in browser:
@odincat commented on GitHub (Oct 5, 2021):
Make sure that you added http://localhost:8888/callback to the redirect URLs in the Spotify Dashboard. (https://github.com/Rigellute/spotify-tui#connecting-to-spotifys-api)
@EnderKiwi commented on GitHub (Oct 7, 2021):
I had this same problem and my issue is that I am slow and am bad at reading. Instead of https like I had its just http. That simple letter fixed EVERYTHING
@Self-Perfection commented on GitHub (Nov 1, 2021):
I had the same issue until I figured out that one have to press "Add" before he presses "Save". It was not cleat that Redirect URIs is a list and not a just a text input field 🤦♂️