node-twitter icon indicating copy to clipboard operation
node-twitter copied to clipboard

[BUG] Github Auth Button Returns a 404

Open Morningstar88 opened this issue 2 years ago • 1 comments

I expected to see a Github login page.

Github returned a 404 error.

I set the homepage url to:

https://localhost:3000

The Github Callback URL is set to:

https://localhost:3000/auth/github/callback

The url in my browser is:

https://github.com/login/oauth/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fauth%2Fgithub%2Fcallback&client_id=your_github_client_id

I made sure to put the Github Client ID and the Github Secret in .env

Am I sending the wrong request?

Morningstar88 avatar Apr 21 '22 07:04 Morningstar88

Hi! Thanks for taking the time. Please fill up the issue in as much detail as possible' first issue

github-actions[bot] avatar Apr 21 '22 07:04 github-actions[bot]