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
silentworks
01/29/2022, 7:41 PM
Can you point to which egghead video you are watching please?
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
rhmoller
01/29/2022, 8:22 PM
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
silentworks
01/29/2022, 8:26 PM
I tend to just run everything directly inside of Windows with Powershell, I can't manage to deal with WSL2 right now.
r
rhmoller
01/29/2022, 8:30 PM
I created a new supabase project as well, and now it works.