Request Keeps Pending (Express.js)

authClient.signOut error when multiSession() enabled with prisma adaptor
ERROR Invalid prisma.session.delete() invocation
nextjs app - better-auth 0.5.2-beta.17
after encountered similar error on my project, i cloned the official demo app and replaced database adaptor with prisma ended up with the above mentioned error.
error is not present when removing multiSession() plugin....
Help with BETTER_AUTH_URL and Redirects for Server-Side Authentication in Figma Plugin
http://localhost:5000
):
- Since I want all authentication logic on the server side, I set BETTER_AUTH_URL=http://localhost:5000
in my .env
.
- However, when I try to authenticate with Google, I get the following error:...Crypto not found
Issue with ReadableStream is locked or disturbed error and Google Sign-In using Better Auth
Error when using Custom Tables
Cannot read properties of undefined (reading 'findFirst')
error.
auth.ts
```typescript
import { betterAuth } from 'better-auth';...ReferenceError: process is not defined (Cloudflare + Sveltekit)
Issue on NodeJS
tsconfig.json
file
```json
{
"compilerOptions": {...Google SSO not working
Error with Prisma
signUp on server-side not sending sendVerificationEmail()
Unable to use prismaAdapter on Node
syntax error and generateId when using postgresql

Using Hono
process is not defined
when trying to use session. I assume this is because its trying to get my env variables but Hono does not support process.env
Argument `username` is missing when connecting with GitHub Provider

crossSubDomainCookies OAuth state mismatch

nextjs installation problem

Can't use Cloudflare D1 database with Hono backend on Cloudflare Workers
env context
is only exposed to incoming requests, It can't seem to be possible to create a config for better-auth on Hono using the D1 Database from Cloudflare Workers.
This example of D1 with better-auth is for the OpenNext new implementation for Workers, I'm wondering if there's a way to set it up also on Hono.
I've been able to make it work from SolidStart with a similar configuration but I'm stuck on Hono, and I'd prefer to have the server backend of better-auth on a separate Hono Worker without relying on CF Functions from the full-stack app....2fa with oauth with next js template
