async-labs / builderbook

Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
https://builderbook.org
MIT License
3.77k stars 893 forks source link

"oauthLoginUrl is not a function" #441

Closed tizzleh closed 3 years ago

tizzleh commented 3 years ago

I've been following along until Ch.6 when I ran into a problem authenticating GitHub. When I click the "Connect Github" button it fails with the screenshot below.

Out of frustration, I pulled 7-begin, ran yarn, and after pasting in my .env credentials I still get the same error.

Hoping someone smarter than me can point me in the right direction. I just don't know enough to debug this problem, I know the endpoint is being reached, it seems to be something wrong with the method.

This may not be a bug, but something wrong on my end. I'll try running it in a container to see if that changes anything.

oauth