[BUG] GitHub service broken
SimonKraus opened this issue · 15 comments
The GitHub oAuth workflow stopped working few weeks ago.
When trying to link to GitHub you will get an 404 not found error.
Bump...
me too. When select "link to github" services, a 404 error came out.
Looks like the client ID dose not get populated in the url.
Current:
https://github.com/login/oauth/authorize?scope=repo&redirect_uri=http://localhost:12345/oauth/github
Required:
https://github.com/login/oauth/authorize?client_id=&scope=repo&redirect_uri=http://localhost:12345/oauth/github
Still investigating
I am still get the 404 error, any workarounds?
That was all it took to get it working for me.
I redeployed. Try now.
I tried logging in with GitHub on https://dillinger.io/, everything worked as expected. 👍
I redeployed. Try now.
Everything works now. Thanks!