You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
I'm trying to create an app to change some user's playlist, but when I try to authenticate user (by rendering the html returned by endpoint https://accounts.spotify.com/authorize) the button or the enter key doesn't work. At the console this is showed:
I`m at localhost:8888 and its configured at my app dashboard:
Issue found on May 6th 2020.
I'm trying to create an app to change some user's playlist, but when I try to authenticate user (by rendering the html returned by endpoint https://accounts.spotify.com/authorize) the button or the enter key doesn't work. At the console this is showed:
I`m at localhost:8888 and its configured at my app dashboard:
Endpoint(s):
Scope(s):
['playlist-modify-public', 'user-read-currently-playing', 'user-top-read', 'user-read-playback-position', 'user-read-playback-state', 'user-library-modify', 'user-read-private', 'user-library-read', 'playlist-modify-public', 'user-follow-read', 'playlist-read-collaborative', 'playlist-read-private', 'user-read-recently-played', 'playlist-modify-private',
user-read-private,
user-read-email]
Steps to reproduce:
response_type: "code", client_id: "your_client_ID", redirect_uri: "http://localhost:8888/callback",
Thanks in Advance!
The text was updated successfully, but these errors were encountered: