I am trying to configure github oauth by following...
# help
r
I am trying to configure github oauth by following the egghead course, but I keep getting a "502 bad gateway" from /auth/v1/authorize?provider=github. What might I have done wrong.
s
Can you point to which egghead video you are watching please?
s
Just tested this in my app and it works as the video suggested. Did you create the OAuth app inside of your GutHub developer account?
r
Thanks for trying it out. I tried tearing it down and recreating it and I am still getting the issue. Maybe it's because I am running it in WSL2 - I have had weird network issues with it before.
s
I tend to just run everything directly inside of Windows with Powershell, I can't manage to deal with WSL2 right now.
r
I created a new supabase project as well, and now it works.
but thanks again for verifying the instructions