msy
msy
Explore posts from servers
CCConvex Community
Created by msy on 4/25/2025 in #support-community
Aggregating by userId and creationTime
Hey, I’m currently sick at the moment but really appreciate the in depth answer!! Will dig into it once I’m able to. Thanks so much again
7 replies
BABetter Auth
Created by msy on 4/27/2025 in #help
Cant get listUsers in the admin plugin to work
I have all of this defined
5 replies
BABetter Auth
Created by msy on 4/27/2025 in #help
Cant get listUsers in the admin plugin to work
export const { signIn, signUp, useSession, signOut, ...authClient } =
createAuthClient({
baseURL: process.env.BETTER_AUTH_URL,
plugins: [anonymousClient(), adminClient()],
});
export const { signIn, signUp, useSession, signOut, ...authClient } =
createAuthClient({
baseURL: process.env.BETTER_AUTH_URL,
plugins: [anonymousClient(), adminClient()],
});
5 replies
BABetter Auth
Created by msy on 4/27/2025 in #help
Cant get listUsers in the admin plugin to work
Uncaught (in promise) TypeError: _lib_auth_client__WEBPACK_IMPORTED_MODULE_7__.authClient.admin is undefined I can narrow it down to this error
5 replies