Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signing in on spotifyreleaselist.netlify.app is broken #36

Closed
JeffreyThiessen opened this issue Jun 7, 2022 · 2 comments
Closed

Signing in on spotifyreleaselist.netlify.app is broken #36

JeffreyThiessen opened this issue Jun 7, 2022 · 2 comments

Comments

@JeffreyThiessen
Copy link

The following steps were taken to encounter this problem.

  1. Click the Login with Spotify button
  2. Sign in with spotify and agree
  3. get redirected back to the app, but the following error occurs
    image

I also captured the console errors
image

Google chrome is also showing the following issue on the site

Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.

To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData. 

Note that for performance reasons, only the first access to one of the properties is shown.

AFFECTED RESOURCES 
1 source 
common.js:1

This blog post has some more information on the chrome changes that are likely the source of the issue
https://blog.chromium.org/2021/09/user-agent-reduction-origin-trial-and-dates.html

@JeffreyThiessen
Copy link
Author

This seems to be a chromium only issue, as I can sign in on Firefox.

@jakubito
Copy link
Owner

I have tested the app in Chromium and it works just fine. ERR_BLOCKED_BY_CLIENT error indicates the request is blocked by a browser extension. Do you use any privacy-related extensions? I had a person who reported the same problem before and it turned out to be an extension called "Privacy Badger" that blocks all communication to Spotify API.

Please disable all extensions and try again. When you find out which extension is causing the problems, try adding an exemption for the app

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

No branches or pull requests

2 participants