[GH-ISSUE #2802] 500 Error #9355

Closed
opened 2026-04-13 04:47:39 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @iosifnicolae2 on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/2802

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

The following pages are returning 500 error:

Both links are referenced on https://www.better-auth.com/docs/guides/create-a-db-adapter

Current vs. Expected behavior

I was expecting the pages to work.

What version of Better Auth are you using?

latest

Provide environment information

any

Which area(s) are affected? (Select all that apply)

Documentation

Auth config (if applicable)

import { betterAuth } from "better-auth"
export const auth = betterAuth({
  emailAndPassword: {  
    enabled: true
  },
});

Additional context

No response

Originally created by @iosifnicolae2 on GitHub (May 27, 2025). Original GitHub issue: https://github.com/better-auth/better-auth/issues/2802 ### Is this suited for github? - [x] Yes, this is suited for github ### To Reproduce The following pages are returning 500 error: - https://www.better-auth.com/docs/adapters/custom-adapter#config - https://www.better-auth.com/docs/adapters/custom-adapter#adapter Both links are referenced on https://www.better-auth.com/docs/guides/create-a-db-adapter ### Current vs. Expected behavior I was expecting the pages to work. ### What version of Better Auth are you using? latest ### Provide environment information ```bash any ``` ### Which area(s) are affected? (Select all that apply) Documentation ### Auth config (if applicable) ```typescript import { betterAuth } from "better-auth" export const auth = betterAuth({ emailAndPassword: { enabled: true }, }); ``` ### Additional context _No response_
GiteaMirror added the locked label 2026-04-13 04:47:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#9355