Trusted Origins Wildcards
https://*-my-team-gmbh.vercel.app
but it's not working as expected. ...Some betterAuth endpoints not working in ElysiaJS
@elysiajs/static
, only when the prefix variable is set to '/'
.
With this error, some betterAuth endpoints fail to resolve...Big Error caused by Timeout

CallbackURL being truncated on sign up
http://localhost:3000/auth/sign-in?provider=credentials&newUser=true
But when I click the link, it takes me to:
http://localhost:3000/auth/sign-in?provider=credentials
- cutting off the extra queries
...Duplicate Email Issue Google Auth
Authenticated userโs email not prefilled in Polar checkout
Facing a weird intermittent issue that's blocking our signups

๐ Turbopack Build Error since new zod Release
Type of listTeams is inferred as unknown[]
await authClient.admin.removeUser

using the useSession hook with react/next
reactStartCookies plugin make tanstack build fails
Version ^1.2.12, the authClient.useListOrganizations has no call signature
createAuthClient
from better-auth/client
. Change the import path to better-auth/react

Allow defaultValue to equal false in additional fields
if (fields[key].defaultValue && action === "create") {
parsedData[key] = fields[key].defaultValue;
continue;
}
if (fields[key].defaultValue && action === "create") {
parsedData[key] = fields[key].defaultValue;
continue;
}
Anonymous user account linking problem
stripe 404 error
http://localhost:3000/api/auth/subscription/upgrade
404 when using
```typescript
await authClient.subscription.upgrade({
plan: //plan,...Better Auth Error after upgrade to 1.2.10
403 forbibben response
authClient.getSession wrong return type
[Organizations] usePlural doesn't work