User stays logged in after logout in local dev enviroment

After log out , my app is still sending user token within the client. It happens only on local machine, the same app works normally on managed server.

Supabase client is created in API endpoint by "auth-helpers/next"
supabaseServerClient({ req: opts.req })


After log out still having user on it, event if the cookies and all sesions are cleared
Was this page helpful?