Discord auth redirect error
I'm using Discord auth for my custom comunity app coupled with a SvelteKit hosted on Vercel.
I mostly followed the doc for SvelteKit and oauth setup and it works for most of my users.
But it does fail for just one. The redirect url I get is https://mydomain/callback?error=server_error&error_code=unexpected_failure&error_description=Error+getting+user+email+from+external+provider
It matches this issue but it's supposed to be fixed https://github.com/supabase/supabase/issues/6625
As this happens mostly on Supabase side, I don't really see what I can do to solve this. I was planning to use only Discord auth as it's the one that makes more sense in my case but then this single user is locked out of it :/
I mostly followed the doc for SvelteKit and oauth setup and it works for most of my users.
But it does fail for just one. The redirect url I get is https://mydomain/callback?error=server_error&error_code=unexpected_failure&error_description=Error+getting+user+email+from+external+provider
It matches this issue but it's supposed to be fixed https://github.com/supabase/supabase/issues/6625
As this happens mostly on Supabase side, I don't really see what I can do to solve this. I was planning to use only Discord auth as it's the one that makes more sense in my case but then this single user is locked out of it :/
GitHub
Bug report Describe the bug So I have been working on this side project that uses discord auth. Everything has been working since I started (About a month). I went to power up the website and login...