After numerous attempts to connect Cloud Build to my Github account, I am ready to give up. The OAuth window that opens up, where I've already logged in and authorized Cloud Build, keeps on giving me the following error:
Error processing oauth callback
The address where this error shows up is https://console.cloud.google.com/m/gcb/github/process_oauth?host_url=https://github.com&namespace=GI....
I am not sure why this is happening, as the error is far from informative. I can say, however, that connecting a different account's Cloud Build to Github worked just fine, leaving me even more confused than I was originally... Any ideas what is causing this issue and what I can do to solve it?
Thanks!
Solved! Go to Solution.
If you attempt Oauth with a second logged in user (authUser=1), the oauth call will fail. I think this is because the redirect does the Oauth with the first logged in user (authUser=0)
Are you logged in into multiple accounts ? Have you tried completely logging out of all accounts and then logging in with the one you would like to use or from an incognito window?
If you attempt Oauth with a second logged in user (authUser=1), the oauth call will fail. I think this is because the redirect does the Oauth with the first logged in user (authUser=0)
Are you logged in into multiple accounts ? Have you tried completely logging out of all accounts and then logging in with the one you would like to use or from an incognito window?
Hi Farhanul, I still have the same issue, I tried all you said, but still not working? Any idea?
what is First logged user and second logged user
Perfect! Problem solved. Thanks a million.