I'm getting a redirect to the OAuth of Github:
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:
(I'm still looking into it, if anyone has any advice would like to hear).
I'm getting a redirect to the OAuth of Github: 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: (I'm still looking into it, if anyone has any advice would like to hear).
@puresprout