Mika
Mika
BABetter Auth
Created by Mika on 3/22/2025 in #help
authClient.useSession() not callable in my Nextjs (15.2) client component
i have found the solution 🚀 I should use :
import { createAuthClient } from "better-auth/react";
instead of
import { createAuthClient } from "better-auth/client";
when i defined the auth client.
2 replies