500 Error #1272

Closed
opened 2026-03-13 08:30:48 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @iosifnicolae2 on GitHub (May 27, 2025).

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). ### 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_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#1272