-
Notifications
You must be signed in to change notification settings - Fork 7
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
Server listening on localhost has not been accessed error #12
Comments
I ve managed to solve this problem:
Seemed like Chrome was redirecting from http to https by default |
Isn't it possible to make the application listening the https callback? |
Glad you managed to figure it out, but sorry you had to go through all that haha it should just work. I haven't seen that error yet, and I'm not too sure how to reproduce that.
I'm not sure, I'll have to look into it when I have time, but the reason it's http is because that's what Spotify's examples were using https://developer.spotify.com/documentation/web-api/concepts/apps Edit: I'll drop a zip file here where it's using https instead soon |
@GOOSLI I added |
Thank you for the response (and also thank you a lot for an application ❤️)! I've checked the |
hmm and I’m guessing you’ve already set the Redirect URI on the Spotify app to include https? |
Also FYI I've found out that HSTS setting for localhost in my browser for some reason was turned on and was permanently redirecting me to https. Top answer from here solved my problem and I excluded localhost from HSTS. So maybe you can put it in FAQ section. |
Awesome! Thanks for letting me know, and I'll add that to the FAQ for sure. Thank you |
In the browser I receive an error: ERR_CONNECTION_REFUSED
I've tried several different free ports but the problem remains. Also I've tried running Chrome in safe mode but that didn't helped.
The text was updated successfully, but these errors were encountered: