Invitation email
build error -next js
Using custom schema for models, with prisma adapter.
Installation problems
/api/auth
is not found.. 😅
There is nothing there to do after all...Stripe Better-Auth Plugin
Throwing Error when try to login with existing user

Drizzle Postgres UUID
Verification model not found in schema object

When impersonating a user, is it possible to set that session as the current session?
useSession
after enabling impersonation still returns the original admin user, but as we use that for the whole dashboard, I'm wondering if we can make useSession
return what we need heredisable magic link redirect and any other redirect
Session info isn't available fast enough on manual page reload, server sign in api needs reload
Better Auth]: [#better-auth]: Couldn't read your auth config.
app git:(master) 15:10 npx @better-auth/cli generate
2025-04-15T19:11:29.250Z ERROR [Better Auth]: [#better-auth]: Couldn't read your auth config. Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
at new PrismaClient (C:\Users\mehul\Desktop\Coding\Gridlock\app\node_modules\.prisma\client\default.js:43:11)
I am getting this error and I am not sure what I am doing wrong. ...cli not generating migration files due to cf bindings usage
Next.js server actions auth
Sessions not working
updating schema field of type: string[] doesn't work.

[Better Auth]: Couldn't read your auth config. Error: Cannot find module '$app/paths'
npx @better-auth/cli generate
cli command on SvelteKit? I can't figure out how to fix this issue.Tanstack Start how to handle session cookie
social signUp flow
user
model:
```
user: {
additionalFields: {
surname: {...