admin.listSessions returns 404 while userId is right
const userSessions = await authClient.admin.listSessions({
userId: "9ogba97oE4UnKEQtEJZk2"
});
const userSessions = await authClient.admin.listSessions({
userId: "9ogba97oE4UnKEQtEJZk2"
});
Unable to use `mongodb` client
authClient.signUp()
. I can send the full error if needed by I am limited by Discord's post length here. Here the database is connected successfully.
```
β Compiled /api/auth/[...all] in 919ms...2FA plugin accepts every password
Fix support to Bunx

In EmailOTP Plugin, the user is notVerified after signIn.
Expo 52, unexpected behavior when not having a property "callbackUrl", when calling OAuth signin
signIn.social({provider: "google"})
call don't have the callbackURL
property as well, the internal browser is not closing after login, and therefore your session is never acknowledged by the client
So we might end up marking the callbackURL property mandatory ?
...Example Support Auth Remix.js

CORS Issue with Access-Control-Allow-Credentials (true,true) in Better Auth

demo active sessions

demo user update for image
...
demo pass key
No control Over credentials on server side

Permissions type not updating after creating ac and adding to organization plugin.

Unable to build NextJS app because of better-auth dependency

Prisma error when updating an account password
Failed to initialize database adapter
Failed to initialize database adapter
auth.ts
causes the cli to throw:
Failed to initalize database adapter
```ts...Signin throws an occasional not valid JSON error
