mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #170] Invalid Redirect URI #111
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#111
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 @bfblackjack on GitHub (Nov 7, 2019).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/170
I created a new app with my Spotify account and am now attempting to test the authentication via auth code method. Unfortunately, I keep getting an "Invalid Redirect URI" error from Spotify. I have confirmed that my URLs (HTTP & HTTPS!) are in the app settings and I have confirmed, passing both statically and dynamically, the URL passed into the session redirectUri is the same. I am at a loss for words. Is there something easy I am missing or what?
@jwilsson commented on GitHub (Nov 7, 2019):
Hey!
I don't know what to tell you, some people just seem to experience these issues with no logical explanation (it has happened to me too). Deleting the app and creating a new one fixes it sometimes but otherwise I'm afraid I'm at a loss for words too.
@bfblackjack commented on GitHub (Nov 7, 2019):
Interestingly enough, it appears to be working now. Go figure - nothing changed on my end since this post. Hmmm!