microsoft/code-push-server

InternalOAuthError: Failed to fetch user profile (OAuth error)

DavidKostDev opened this issue · 2 comments

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

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

Retry All step from start.

I'm not sure why

I took me a while to figure it out, but it's important to create an OAuth App and not a GitHub App

Image