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: {...Manage Customer Portal
Anyone using auth.api in a server action with useActionState?
nextCookies()
plugin but the example server action doesn't return anything so I'm not really sure how that's meant to work.
Maybe I'm holding it wrong, but my current setup is using a server action with useActionState
on my sign in form so that I can display errors.
The server action calls auth.api.signInEmail
and redirects on success, or returns errors to the action state for me to display in the form....Authenticated request with Expo

golang backend with nextjs cookie check.