-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fail to authenticate via SoundCloud, sign-in callback is trying to access a cross-origin frame #77
Comments
you need to specify the same Further reading: source |
Can someone please explain to me an actual fix or workaround for this issue? |
SoundCloud SDK v3.1.2
I registered my App approximately 1 year ago.
Today I discovered that my SoundCloud (SC) sign-in stopped working.
When I click on the button the SC pop-up appears with message "Allow “domain.com” access to your SoundCloud account?" I click
connect
and get the callback pop-up with the message "This popup should automatically close in a few seconds". The callback pop-up never closes. And in the dev console (for the callback pop-up) I see the following errors:Chrome 55.0.2883.87 m (64-bit)
Firefox 50.1.0
Error: Permission denied to access property "SC" callback.html:1:1
Learn More
My callback.html:
The JavaScript function (in AngularJS 1.6 controller) that is triggered by a button on my page:
I tried to debug it putting some breakpoints. Here I don't get SC promise executed, it breaks only on the first
debugger;
after I click on my button.Why is that and how to fix it?
The text was updated successfully, but these errors were encountered: