spotify/web-api

reCAPTCHA returns Uncaught (in promise)

RafaelMuniz94 opened this issue · 0 comments

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:

image

I`m at localhost:8888 and its configured at my app dashboard:

image

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:

  1. Call https://accounts.spotify.com/authorize passing response_type: "code", client_id: "your_client_ID", redirect_uri: "http://localhost:8888/callback",
  2. Render the received html
  3. Fill the user form and press enter
  4. Nothing happens.

Thanks in Advance!