Issue with Account Overwriting When Using EXPO
Upgrading / switching plans does not cancel original subscription

Organization plugin is broken according to typescript 5.9 beta?
SSO Sign In does not handle redirect to callbackUrl set in function
SSO Plugin Schema does not include mappings
better-auth cli failing with ECONREFUSED
.env
files automatically tho, could it be that you have a different file name or using a different framework? 🤔Exported variable 'auth' has or is using name 'OrganizationOptions'
Clicking the authclient.stripe.upgrade twice will trigger status incomplete to active
v1.3.0 Organization - Session inference not working
typeof auth.$Infer.Session.session
typeof auth.$Infer.Session.session
Setting expiresAt override for internalAdapter.createSession doens't work
Google Provider prompt parameter type mismatch causes OAuth error
Can't connect when api on different subdomains / domains
Running cli to generate tables generates an error
npx @better-auth/cli generate
npx @better-auth/cli generate
Unable to login when adding cookies config section to auth.ts file (server config)
useSecureCookies: true,
useSecureCookies: true,
Issue with custom table names
Social login times out in production
/api/auth/sign-in/social
in production times out wheras it's working in local dev.
can confirm all env vars are being pulled properly in production and that the production URL is properly set as an origin and a callback url through the gcloud dashboard.
has anyone else run into the same issue?...
Update session databaseHook uses Partial<Session> but passes Session to updateWithHook
Partial<Session>
but the expected return type is a full Session
so even the following usage causes an error:
```typescript
databaseHooks: {
session: {...apple error
Your request could not be completed because of an error. Please try again later.
...MongoDB organization metadata stored as plain string
Trusted Origins Wildcards
https://*-my-team-gmbh.vercel.app
but it's not working as expected. ...