Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

reCAPTCHA returns Uncaught (in promise) #1574

Open
RafaelMuniz94 opened this issue May 6, 2020 · 0 comments
Open

reCAPTCHA returns Uncaught (in promise) #1574

RafaelMuniz94 opened this issue May 6, 2020 · 0 comments

Comments

@RafaelMuniz94
Copy link

RafaelMuniz94 commented May 6, 2020

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant