Cookies not deleting after signout

am experiencing a bug with supabase server side authentication, i followed this (https://blog.bitsrc.io/setting-up-server-side-auth-with-supabase-and-nextjs-15cbe98956a9) tutorial on how to set cookies after user logins in using setAuthCookie(req, res), but when the user signs out the cookie dosent get deleted like supabase auth token in localstorage, is there anything am missing ?
Medium
Server Side auth and protection (NextJS & Supabase)
Was this page helpful?