[Demo]: Internal Sever Error 500 #1291

Closed
opened 2026-03-13 08:31:32 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @alamenai on GitHub (Jun 1, 2025).

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

  1. Go to Home Page
  2. Click on demo button.

Current vs. Expected behavior

Current

Image.

Expected

Demo page.

What version of Better Auth are you using?

1.2.8

Provide environment information

- OS: Linux Ubuntu
- Browser: Chrome

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 @alamenai on GitHub (Jun 1, 2025). ### Is this suited for github? - [x] Yes, this is suited for github ### To Reproduce 1. Go to [Home Page](https://www.better-auth.com/) 2. Click on demo button. ### Current vs. Expected behavior ## Current ![Image](https://github.com/user-attachments/assets/3c351964-5db5-477c-8a99-4d5e31373694). ## Expected Demo page. ### What version of Better Auth are you using? 1.2.8 ### Provide environment information ```bash - OS: Linux Ubuntu - Browser: Chrome ``` ### 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_
Author
Owner

@Bekacru commented on GitHub (Jun 1, 2025):

fixed!

@Bekacru commented on GitHub (Jun 1, 2025): fixed!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#1291