Org - Dynamic Access Control - Role deletion issues
In Organization dynamic access control, deleting an Orgrole (auth.api.deleteOrgRole) leaves the members associated with it dangling. Providing a fallback role or preventing deletion if the role is associated with any member or some kinda handling for this case.
In Organization dynamic access control, deleting an Orgrole (auth.api.deleteOrgRole) leaves the members associated with it dangling. Providing a fallback role or preventing deletion if the role is associated with any member or some kinda handling for this case.
Org Dynamic Access Control - updateOrgRole error
User2 (owner) can create new OrgRole with all the permissions, but cant update,...
inferAdditionalFields not working

useSession causes hundreds/thousands of duplicate requests under slow network + async RSC
NestJS app hangs on startup after upgrading Better Auth from 1.3.9+
Empty plugin array throws type inference into a never state

Prisma Adapter Issues
Stripe not handling subscription.update events from Billing Portal.
useActiveMember hook not updating when organization switch happens.
Creating a subscription in stripe fails.
authClient.organization.checkRolePermission(...) -> now a promise?
Uncaught SyntaxError
beforeAddMember-hook not called on organization creation
beforeAddMember
is not called for the "owner member" when creating an organization. This causes issues when eg. enriching member objects in the hooks.
In our case, we enrich members with a required additional field in the hook. Thus, this issue prohibits the "owner member" from being created....1.3.8 won't work with expo anymore
Bug with admin plugin and renamed fields
Missing functions in organization plugin: getActiveOrganization and listOrganziations.
Wrong schema generated in drizzle

Casing not Working with CLI
auth.ts
looks like this:
```ts
import { db } from "$lib/server/db";
import { betterAuth } from "better-auth";
...Incorrect docs: uauth.api.listActiveSubscriptions does not exist