Components not visible (BetterAuthUI)

How to use better-auth CLI in a Cloudflare workers + Cloudflare D1 + react-router + drizzle project?
pnpm create cloudflare@latest my-react-router-app --framework=react-router
. I added D1 bindings and drizzle to this project.
The Problem:
I am struggling to find a pattern where I can somehow export auth
in a way the CLI can pick up....sign in stuck loading in deployed app
response
shows redirect = false
but the same is shown locally and the user gets redirected to their profile....Error when generating SvelteKit tables
@better-auth/cli generate
command in a SvelteKit project it throws the following error
2025-04-17T14:44:42.264Z ERROR [Better Auth]: [#better-auth]: Couldn't read your auth config. Error: Cannot find module '$env/dynamic/private'
For reference, this is my src/lib/db/index.js
file where the error is thrown:...Anyway to allow shared emails?
Why is the accessToken not encrypted by default?
account
not encrypted by default e.g for discord in our persistence?
And what's the easiest way to encrypt/decrypt it? Creating a custom plugin would do the job, I guess? thanks ! 🙂...Anyway to set a non-user input field based on request headers?
input: true
however that makes it settable client side, which of course can be overriten, it just doesn't seem as clean
Any ideas?...deleteUser response: FAILED_TO_GET_USER_INFO
Updating email_verified and image fields
Unclear how to call phoneNumber signup from frontend
cli generate not working: "Please run prisma generate"
npx @better-auth/cli generate
. Gives me back an error that says "Please run "prisma generate" and try to import it again. However this has already been done and when I run the command it comes back to the same error.I cant decode better auth session cookie.
How to set Bearer token in Next.js
How can I configure something like nextauth `callbacks.signIn`?
Unclear on how to handle session and cookies in sveltekit
Microsoft Provider
signIn.social({ : 'microsoft', : '/' })
and linkSocial({ provider: 'microsoft' });
...two factor with social
Stripe Plugin webhook error
No mention of callback url in docs for Apple
{"code":"INVALID_ORIGIN","message":"Invalid origin"}
{"code":"INVALID_ORIGIN","message":"Invalid origin"}
https://domain/api/auth/callback/apple
https://domain/api/auth/callback/apple
Better Auth + Tauri + Sveltekit