I’m trying to use socket.io in my spotify app and the get request for [domain]/socket.io/socket.io.js keeps getting canceled. I’ve added the domain to the manifest and everything.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try restarting Spotify. Your app’s
manifest.jsonfile is loaded when you first view your app, and cached until you quit, even if you modify it.Note: How external resource permissions work
In order to request external resources, your application needs to specify each domain it plans to connect to in its
manifest.jsonfile.Add a line like this:
For the full details check out the Permissions section of the Spotify Apps API Guide.