getSessionCookie is broken in Next.js middleware
Missing documentation
generateId
is missing from within the advanced
section...The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit t
organization.update does not error on missing permissions
Delete Verification value function
``javascript
if (parsedData.expiresAt < Date.now()) {
throw c.redirect(
${c.context.baseURL}/error?error=please_restart_the_process`,...useSession not reactive?
Polar plugin wrong css on mobile

getSessionCookie() return null is some cases
getSessionCookie()
is not behaving like we expect for the next reasons:
- the function is not respecting the auth options specified in auth.ts
```javascript
advanced: {
cookies: {...Hydration error in useListOrganizations hook
Cookie cache does not refresh
const session = authClient.useSession()
, but not if I read it on the server with const session = await authClient.api.getSession({ headers })
Is it not supposed to?...API signUpEmail not throwing error
better-auth
, is been really great so far!
Here is my problem:
After upgrading from v1.1.20
to latest
, running:...errorCallbackURL in client side social login is not working
bearer token returns null with OAuth provider

Error when updating session expiresAt
Limited access to webhook events
404 with stripe plugin
`auth.api.forgotPassword` not throwing error
TwoFactor plugins requires id column in schema?
authClient.twoFactor.enable
:
# SERVER_ERROR: [BetterAuthError: The field "id" does not exist in the "twoFactor" schema. Please update your drizzle schema or re-generate using "npx @better-auth/cli generate".] {
cause: undefined
}
# SERVER_ERROR: [BetterAuthError: The field "id" does not exist in the "twoFactor" schema. Please update your drizzle schema or re-generate using "npx @better-auth/cli generate".] {
cause: undefined
}
API Key Metadata is null?
Performance of `auth.api.hasPermission` seem to be very slow