Threads
Loading user profile...
The user reports an issue where their project logs out automatically when deployed to Vercel, despite working fine locally. They use the 'signInWithPassword' method, and notice that the 'sb-auth-token' cookie is created with an empty value. The issue is suspected to be client-side.
The user reports an issue where their project logs out automatically when deployed on Vercel, despite working correctly locally. The problem occurs even without middleware or proxy, and involves a cookie with an empty value. The project uses Next.js 16.2.2 and @supabase/ssr 0.10.2.