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
This line below always overwrites the window location any time a redwood app loads. It is meant to handle refreshing the auth tokens. The issue is this completely wipes out search params on page load even if they are unrelated to supabase authentication.
This line below always overwrites the window location any time a redwood app loads. It is meant to handle refreshing the auth tokens. The issue is this completely wipes out search params on page load even if they are unrelated to supabase authentication.
redwood/packages/auth-providers/supabase/web/src/supabase.ts
Lines 208 to 212 in 43227f3
It always gets called because this useEffect calls restoreAuth.
redwood/packages/auth/src/AuthProvider/AuthProvider.tsx
Lines 130 to 138 in 43227f3
The text was updated successfully, but these errors were encountered: