reCAPTCHA returns Uncaught (in promise)
RafaelMuniz94 opened this issue · 0 comments
RafaelMuniz94 commented
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:
- Call https://accounts.spotify.com/authorize passing
response_type: "code", client_id: "your_client_ID", redirect_uri: "http://localhost:8888/callback",
- Render the received html
- Fill the user form and press enter
- Nothing happens.
Thanks in Advance!