Supabase PKCE Password Reset Issue on Vercel

We’re using Supabase with Vercel for our app, but we’ve hit a critical issue: the PKCE password reset flow isn’t storing the code_verifier in local storage, causing the flow to fail even in the same browser session. The error is:

AuthApiError: invalid request: both auth code and code verifier should be non-empty

Has anyone else encountered this or have any insights? Any help would be greatly appreciated!