Ionic Angular with Better Auth

I am trying to use the client side package for better auth but i get this error
No description
No description
1 Reply
Faris
FarisOP12mo ago
I get the error after adding this code
const authClient = createAuthClient({
baseURL: "http://localhost:3000" // the base url of your auth server
})
const authClient = createAuthClient({
baseURL: "http://localhost:3000" // the base url of your auth server
})

Did you find this page helpful?