sourcekarma icon indicating copy to clipboard operation
sourcekarma copied to clipboard

Unable to signup with github

Open chakravarthy-mm opened this issue 2 years ago • 5 comments

I am trying to signup and it says to try with a different account

chakravarthy-mm avatar Oct 28 '21 05:10 chakravarthy-mm

Hey there, it's still working for me so I don't know how to debug that, unfortunately. Provide some screenshots/more details if you can, thanks

vvo avatar Oct 28 '21 08:10 vvo

I am sent to https://sourcekarma.vercel.app/api/auth/signin?error=OAuthCreateAccount , which says

Try signing in with a different account. Sign in with GitHub

Clicking the button goes in circles.

jayvdb avatar Oct 30 '21 09:10 jayvdb

I have no idea about this issue, sorry and thanks for opening it!

vvo avatar Nov 04 '21 15:11 vvo

I am also facing this problem when I try using my Github account to sign in. I even disabled brave shield but I still got the same error. image

waptik avatar Nov 16 '21 07:11 waptik

I'm also running into this issue.

In case it helps, here's the sequence of requests I see in my Firefox console (it won't work on Chrome either):

  • POST https://sourcekarma.vercel.app/api/auth/signin/github
  • 302 redirecting to https://github.com/login/oauth/authorize?scope=&state=...&redirect_uri=https%3A%2F
  • 302 redirecting to https://sourcekarma.vercel.app/api/auth/callback/github?code=...&state=...
  • 302 redirecting to https://sourcekarma.vercel.app/api/auth/error?error=OAuthCreateAccount
  • 302 redirecting to https://sourcekarma.vercel.app/api/auth/signin?error=OAuthCreateAccount
  • 304 with the error page shown above

I'm a bit sad, I was keen to try it! :)

Perhaps worth pointing out scope is empty in the second request, maybe that's the issue?

fwouts avatar Apr 09 '22 01:04 fwouts