cozuya / secret-hitler

A web adaptation of the social deduction board game Secret Hitler. https://secrethitler.io
Other
837 stars 202 forks source link

Sponsored issue: Fix github login redirect link #1986

Open Sizbei opened 1 year ago

Sizbei commented 1 year ago

Log in to github link is broken and leads me to a local 3000 page

Priority Support

mintycode

JonDavis8712 commented 11 months ago

I believe the issue is with configuration on the Github side itself, the discord link works. I would check the configuration on GitHub for the login authorization and see if it matches the handling in the app. I've seen this issue brought up in stackoverflow and the answer was just that, the url shows: "github-login-callback?error=redirect_uri_mismatch&...". Pointing towards a potential configuration issue on Github in terms of authorization. Just a thought. :)