Cookies are not being passed from the front end to the back end in production within the monorepo.
Organization update error
Admin Plugin Docs Question
impersonatedBy
property have that little Foreign Key tag? The property references an ID from the users table after all, doesn't it? Is it a compatibility issue for some databases or adapters - do some not have the option for optional foreign keys?
Custom email encryption / customize data saved in sessions
Redirect to custom error page
throw new APIError("FORBIDDEN", {
code: "FORBIDDEN",
message: "Access denied. This application is currently in maintenance mode.",
});
throw new APIError("FORBIDDEN", {
code: "FORBIDDEN",
message: "Access denied. This application is currently in maintenance mode.",
});
mapProfileToUser
in the discord provider config, then check the needed info to throw an APIError and redirect to a custom error page:SvelteKit session not reacting after auth.api.signInEmail
auth.api.signInEmail
, I use svelte redirect
to go to the home page, but $session
doesn't react. I have to manually reload the page for the session to reflect...what is the header for the token ?
Resend Email Verification not working.

Organization update error
Build Process for Forks
Expo + Convex + Better Auth
set default value on database level when extending core schema
Mapping IDs for Discord OAuth
Express integration: /api/auth/session and /sign‑in/email return 404, but auth.api.getSession works
Large cookie size breaking login
Renamed email field via auth config results in auth error
better-auth@1.3.8-beta.3
with prisma adapter
I've renamed several columns via the auth config (to use snake case column names), and also changed the database column names (via prisma migration). But upon logging in there's a query error thrown which is attempting to use the custom field name email_address
instead of the prisma model name email
.
auth.ts
...email sign up fails with error: "FAILED_TO_CREATE_USER"

Trying to connect kysely-neon with Better Auth but failed.
Have anyone manage to get OIDC working with genericOauth
Email Verification Email is not Sent