microsoft / code-push-server

Standalone CodePush server from App Center
MIT License
616 stars 161 forks source link

InternalOAuthError: Failed to fetch user profile (OAuth error) #35

Open DavidKostDev opened 3 weeks ago

DavidKostDev commented 3 weeks ago

I'm getting a redirect to the OAuth of Github: Image I authorize the app and I get redirected to the auth/callback/github link: http://localhost:3000/auth/callback/github?code=[SOME_CODE]&state=[SOME_CODE] After the redirect I get an error that comes from the code-push-server - api, The Error I get: Image (I'm still looking into it, if anyone has any advice would like to hear).

@puresprout

puresprout commented 3 weeks ago

It seems like redirecting happens many. Please confirm company network firewall or policy.

Retry All step from start.

I'm not sure why