You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught SecurityError: Blocked a frame with origin "http://localhost:8080" from accessing a frame with origin "https://w.soundcloud.com". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
I have a simple app that can display a list of sound cloud players.
Steps to reproduce:
Clone my repo https://github.com/samu/vue-playground, then npm install && npm run dev
In the browser you'll see a bunch of buttons labeled with x: Click the very last one and the exception will be thrown.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I'm getting the following error:
Uncaught SecurityError: Blocked a frame with origin "http://localhost:8080" from accessing a frame with origin "https://w.soundcloud.com". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
I have a simple app that can display a list of sound cloud players.
Steps to reproduce:
Clone my repo
https://github.com/samu/vue-playground
, thennpm install && npm run dev
In the browser you'll see a bunch of buttons labeled with
x
: Click the very last one and the exception will be thrown.The text was updated successfully, but these errors were encountered: