@supabase/ssr.createBrowserClient on the page and createServerClient in a form action.const { error } = await supabase.auth.exchangeCodeForSession(code);AuthApiError: invalid request: both auth code and code verifier should be non-empty
createBrowserClient on the page and createServerClient for the supabase instanciation.