API calls returns Unauthorized
https://accounts.domain.com
in production, for testing purposes
When I hit /api/auth/get-session
on another app, running in localhost
, I get 401 unauthorized.
I also have the multi domain setup like this
...Client Side Not Working
message: "Invalid currentURL
and this is the endpoint for my api http://localhost:3000/api/auth/sign-in/email?currentURL=http%3A%2F%2Flocalhost%3A8100%2Fhome
Error in NodeJS
crossSubDomainCookies no stored state found

'import.meta' is currently unsupported, js engine: hermes [Component Stack]
better-auth take big size when imported

Ionic Angular with Better Auth

Using JWT for NodeJS Express
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()