Property 'signIn' does not exist on type 'SupabaseAuthClient'.

I am getting this error when trying to use useSupabaseClient() with NextJS

supabase.auth.signOut() and the Auth component from auth-ui-react work just fine but when when I try making a button for testing to manually login I get this error.
image.png
Was this page helpful?