Hi all, I’m experiencing a strange issue with my s...
# ory-network
p
Hi all, I’m experiencing a strange issue with my social sign in integration (for my dev environment that’s using localhost). This is happening on all the oauth providers I have enabled, including google and facebook. After choosing my account in the google sign in page, and then selecting ‘continue’, it redirects to 10.0.2.2 instead of the redirect uri from the config file. I’ve made sure that the redirect uri from the ory console is set in the google and facebook console, but the problem still persists. Some other information I’ve collected during my investigation: • When I first click on the ‘google sign in’ button on my registration page, it takes me to the google accounts page like it should, and I can see the redirect uri is specified and correct: https%3A%2F%2Fory-slug.projects.oryapis.com%2Fself-service%2Fmethods%2Foidc%2Fcallback However, at the end, it redirects to https://10.0.2.2/self-service/methods/oidc/callback/ google?state=xxx&code=xxx&scope=email+profile+openid+https%3A%2F%2Fwww.googleapis.com %2Fauth%2Fuserinfo.profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email &authuser=0&prompt=consent I have no idea where this 10.0.2.2 is coming from, other than I recognize it as the same ip address used my android emulators. But I don’t have anywhere in my settings or config files where I use this for my app.