Convex Auth: Providers not configured
Even I have provided Providers in the auth.ts, there is still error like this
26 Replies
Welcome! Can you share your auth.ts source
https://github.com/tiennguyentony/finguru/blob/master/convex/auth.ts
Not sure this works or not
GitHub
finguru/convex/auth.ts at master · tiennguyentony/finguru
Contribute to tiennguyentony/finguru development by creating an account on GitHub.
if not tell me!
Oh I just meant paste it here
Eg.,
hmm
Do you have
npx convex dev
running?I believe it is running in another terminal
That error sounds like it's not.
I am running in the other terminal
and then run npm dev in other terminals
@LifeIsBoring I think you have
"Github"
instead of "github"
in your React call to signIn
function?I try both and they are the same error sadly
Can you change the frontend to
"github"
and then show the error you get?GitHub
finguru/app/SignIn.tsx at master · tiennguyentony/finguru
Contribute to tiennguyentony/finguru development by creating an account on GitHub.
Isn't that supposed to be type safe?
Not (yet).
Will do when I get back
It goes to github now without the error but I thought it should be the github website login right ? Instead of 404
GitHub
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
I would guess your Github OAuth app is misconfigured
Your
AUTH_GITHUB_ID
is incorrect, please review the docsah so is it like my real github id and password /
You need to go to Google to set up OAuth, see https://authjs.dev/guides/configuring-github#registering-your-app
Auth.js | Configuring Github
Authentication for the Web
Same instructions from Clerk: https://clerk.com/docs/authentication/social-connections/github#configuring-git-hub-social-connection
Sign-up & Sign-in: GitHub
Learn how to set up social connection with GitHub.
Ah I understand
thanks a lot!
You're welcome!
Are you in charge of hackathon questions ?
or should I ask in another channel
Ask in #hackathon
Thanks