spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
983 stars 79 forks source link

reCAPTCHA returns Uncaught (in promise) #1574

Open RafaelMuniz94 opened 4 years ago

RafaelMuniz94 commented 4 years ago

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):

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!