bug: "Get started" Button on Homepage pointing to the docs is broken #1211

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

Originally created by @firephoenixxx on GitHub (May 16, 2025).

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

  1. Go to https://www.payloadauth.com/
  2. Click "Get started" Button on top

Current vs. Expected behavior

It should point to the correct docs page. From a SEO perspective, NEVER delete pages. Instead, redirect them to the new routes.

What version of Better Auth are you using?

website docs issue

Provide environment information

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 @firephoenixxx on GitHub (May 16, 2025). ### Is this suited for github? - [x] Yes, this is suited for github ### To Reproduce 1. Go to [https://www.payloadauth.com/](https://www.payloadauth.com/) 2. Click "Get started" Button on top ### Current vs. Expected behavior It should point to the correct docs page. From a SEO perspective, NEVER delete pages. Instead, redirect them to the new routes. ### What version of Better Auth are you using? website docs issue ### Provide environment information ```bash 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 (May 16, 2025):

payload-auth isn't related to better-auth

@Bekacru commented on GitHub (May 16, 2025): payload-auth isn't related to better-auth
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#1211