Network error!
if verification.disableCleanup set true, then the records were getting deleted in verification table
NextJS build error

Double Owner member ship creation on creation of organization

TypeError: Cannot read properties of undefined (reading 'value') at withReturning
TypeError: Cannot read properties of undefined (reading 'value')
at withReturning (/Users/omar/code/1up/node_modules/better-auth/dist/adapters/drizzle-adapter/index.cjs:169:38)
TypeError: Cannot read properties of undefined (reading 'value')
at withReturning (/Users/omar/code/1up/node_modules/better-auth/dist/adapters/drizzle-adapter/index.cjs:169:38)
Error: invalid column data type undefined - when running generate migration
pnpx @better-auth/cli generate removing session table
Drizzle adapter usePlural not working with passkey & JWT plugins
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:...