Meteor Accounts-UI-Bootstrap - Popups don't close -
i'm learning javascript & meteor , trying out bootstrap accounts package https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3/
if attempt oauth google, facebook, or twitter popup window verifying access app respective services ( assume setup on services , callback url correct ). once ok access, popup window blank, , doesn't close.
i'm running on localhost testing, if makes difference.
where start debugging issue?
you having problems root_url setting. needs match the domain , protocol user seeing. means can initiate logins http://yoursite.com or https://yoursite.com, since root_url setting needs match site , protocol/port, have choose either 1 , redirect users right 1 before initiating login.
usually not problem when developing locally meteor deals automatically ... sure supplying info here? problem comes when have deployed app somewhere, perhaps behind web proxy , meteor unable ports right.
- this meteor-talk discussion has lots of relevant info regarding this.
- official docs on meteor.absoluteurl
Comments
Post a Comment