Google OAuth fails on new Chrome due to SameSite=Lax cookie (Supabase)
auth
Hi Supabase team, I’m facing an auth issue with Google OAuth. Supabase sets auth cookies as SameSite=Lax by default. Login works on: Firefox Old mobile Chrome But fails on: New Chrome devices After Google redirect, browser blocks the cookie so session is lost. Stack Next.js HTTPS Supabase Auth Custom domain I already tried: Forcing SameSite=None; Secure Middleware hacks Cookie overrides Nothing works. Question: Is there an official Supabase-supported way to: Use SameSite=None; Secure Or fix cross-site OAuth cookie issues in modern Chrome? Thanks
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.