You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call client.auth.signInWithOAuth({provider: "github"}) somewhere in the app code.
Start the local supabase development stack with supabase start
Trigger the code path, you should see the redirection to the GitHub interface and be able to click the login button.
Then the page will load for some times and then get stuck on http://127.0.0.1:54321/auth/v1/callback with a 504 return code and the following response: {"code":504,"error_code":"request_timeout","msg":"Processing this request timed out, please retry after a moment.","error_id":"7fbeadf8-ab0c-4d62-afab-ad48ec54a04e"}.
When checking the logs in supabase studio, we can see the 504 error and also around 50s after the 504 fail we have another 500 error:
Expected behavior
I want to be able to use auth with the local infrastructure.
Describe the bug
OAuth fails to work
To Reproduce
client.auth.signInWithOAuth({provider: "github"})
somewhere in the app code.supabase start
http://127.0.0.1:54321/auth/v1/callback
with a 504 return code and the following response:{"code":504,"error_code":"request_timeout","msg":"Processing this request timed out, please retry after a moment.","error_id":"7fbeadf8-ab0c-4d62-afab-ad48ec54a04e"}
.Expected behavior
I want to be able to use auth with the local infrastructure.
System information
Additional context
If applicable, add any other context about the problem here.
The text was updated successfully, but these errors were encountered: