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

Working on localhost - not working on live #51

Open
Alex-Mason-1982 opened this issue Mar 29, 2017 · 1 comment
Open

Working on localhost - not working on live #51

Alex-Mason-1982 opened this issue Mar 29, 2017 · 1 comment

Comments

@Alex-Mason-1982
Copy link

Im having a weird error. The module is working exactly as expected on local host but not on the live site.

When i try to run it on live it gets to the callback

www.MYWEBSITE.com/_oauth/facebook?close&DATA_FROM_LOGIN
OR
www.MYWEBSITE.com/_oauth/google?close&DATA_FROM_LOGIN

then just sits there.

On localhost it closes the popup and adds the info to the user. Am i missing something?

@Alex-Mason-1982
Copy link
Author

found the problem. though not a permanent solution. by default the callback goes to

www.MYWEBSITE.com

when it should be going back to

MYWEBSITE.com (which is the default url)

so I'm getting the following error.

accessing a cross-origin frame.

have yet to figure out how to fix it.

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

1 participant