if (error) throw error } catch (err: any) { setError(err.message || 'An error occurred during login') setLoading(false) } }
WHAT'S HAPPENING? - i login with oauth (attempt to), i land on https://my.example.com/auth/v1/callback with a ?code and session_state and don't get redirected to localhost:5175 (my local testing app)
works just fine if i use supabase cloud though, i'm beyond fed up with this.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.