-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hello! I really don't know if anyone will end up seeing this, but here goes 👍
I have properly set up credentials.sh, and I've used http://localhost/ in credentials.sh as well as the redirect URL in my Spotify Developer project ...
when I execute 'make run', I then hit 2, enter my spotify username, and a link is opened in my browser. The link I'm given is : https://accounts.spotify.com/authorize?client_id=your-spotify-client-id&response_type=code&redirect_uri=http%3A%2F%2Flocalhost%2F&scope=playlist-read-private+user-library-read on that page it doesn't say a 404 error, but instead an INVALID CLIENT error.
When I paste this link back into terminal, it tells me :
**Uh oh! It doesn't look like that URI was registered as a redirect URI for your application.
Please check to make sure that "http://localhost/" is listed as a Redirect URI and then Try again.'
make: *** [run] Error 1**
It absolutely seems like I'm just making some small error but I can't figure it out. I've re-done this whole process from scratch two times and can't get past this issue ... any thoughts / advice?