multiple auth cookies

Hi, I recently updated my next.js app to use the SSR auth package and end up with two auth cookies sb-localhost-auth-token.0 and sb-localhost-auth-token.1
I dont have any legacy connections and I have removed @supabase/auth-helpers-nextjs.
Has anyone seen this before? I use a combination of
import { createBrowserClient } from '@supabase/ssr';
and import { createServerClient} from '@supabase/ssr'

Thanks,
Matt
Was this page helpful?