Social sign-in doesn't work
Is it really necessary for database if I am only using Discord Oauth
Can't use @better-auth/cli when exporting a auth function
bunx @better-auth/cli generate
i get the following error:
```bash
$ bunx @better-auth/cli generate --config ../api/src/common/auth.ts --output ./src/schemas/auth.ts
ERROR [Better Auth]: [#better-auth]: Couldn't read your auth config in BuzzTrip/packages/api/src/common/auth.ts. Make sure to default export your auth instance or to export as a variable named auth.
error: script "db:auth" exited with code 1...onApiError custom error page

Better Auth Session Not Loading in TanStack Router Application
is there any way to handle current session across all the app once
Migrate from next auth to better auth
Internal Server Error when deployed to AWS
pass discord ID to session
Organization inviteMember - Not Allowed to Invite
How to integrate BetterAuth with SolidJS
authClient.useSession() not callable in my Nextjs (15.2) client component
Using mongodb adapter and generateId creates id field in addition to _id field
authClient.listSessions returns empty array
The organization plugin only a select number of server versions of the sdk?
Does better auth support authenticating on subdomain, carrying over to main domain/other submains?
PrismaClientValidationError
prisma.session.update()
invocation
I am utilizing the latest version of BetterAuth and using the prisma adaptor from better-auth/adaptors/prisma
and my db is postgresql
. I am able to sign up and sign in just fine. However, when the current session needs to be updated, I get the following error. It appears it is trying to use the token for the lookup, but the error seems to indicate the call should be using id instead. My session schema is like this:
```prisma...
Stripe migration does not work