Running npx @better-auth/cli@latest generate does nothing.

nextjs error w/ betterauth on build

Help with Seeding Existing Users into Better Auth
Dealing with session expiration in a React app
Facing difficulties with NextJS + Hono + D1 (Cloudflare stack)
How to Ensure Organization List API is authorized
client.useListOrganizations
hook API that the docs recommend, I am using the raw client.organization.list
API and wrapping that within the TanStack Query function like so:
```ts...delete or clear cancelled invitations
delete
or clear cancelled invitations
didn't find anything related to delete invitations. this is what i found in index.d.ts
guide me, if i'm wrong.
readonly invitation: readonly ["create", "cancel"];
...passkey plugin's endpoint `generate-register-options` gives me 401

authClient.GetSessions() returning null for user data and session data
Enforce Email Domain Restriction with Google Sign-In
APIError
inside of mapProfileToUser
or getUserInfo
, but it doesn't trigger a redirection to /api/auth/error
, which I could have short-circuited to maybe do what I want, but it didn't work out....Error: The edge runtime does not support Node.js 'crypto' module

Social sign-in doesn't work
Is it really necessary for database if I am only using Discord Oauth
Can't use @better-auth/cli when exporting a auth function
bunx @better-auth/cli generate
i get the following error:
```bash
$ bunx @better-auth/cli generate --config ../api/src/common/auth.ts --output ./src/schemas/auth.ts
ERROR [Better Auth]: [#better-auth]: Couldn't read your auth config in BuzzTrip/packages/api/src/common/auth.ts. Make sure to default export your auth instance or to export as a variable named auth.
error: script "db:auth" exited with code 1...onApiError custom error page

Better Auth Session Not Loading in TanStack Router Application
is there any way to handle current session across all the app once
Migrate from next auth to better auth