Docs:Get Started button on Products page redirects to 404 #2994

Open
opened 2026-03-13 10:33:17 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @govindpvenu on GitHub (Mar 5, 2026).

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

1.Go to https://better-auth.com/products?tab=infrastructure
2.Click the Get Started button
3.It redirects to a 404 page

Current vs. Expected behavior

Page
https://better-auth.com/products?tab=infrastructure

Current redirect
https://better-auth.com/sign-in

This page returns a 404 error.

Expected behavior
It should likely redirect to:

https://dash.better-auth.com/sign-in

What version of Better Auth are you using?

1.5.3

System info

{
  "system": {
    "platform": "linux",
    "arch": "x64",
    "version": "#1 SMP PREEMPT_DYNAMIC Thu Feb 19 19:54:01 UTC 2026",
    "release": "6.18.13-200.fc43.x86_64",
    "cpuCount": 12,
    "cpuModel": "12th Gen Intel(R) Core(TM) i5-12450H",
    "totalMemory": "15.30 GB",
    "freeMemory": "5.26 GB"
  },
  "node": {
    "version": "v24.12.0",
    "env": "development"
  },
  "packageManager": {
    "name": "npm",
    "version": "11.6.2"
  },
  "frameworks": null,
  "databases": null,
  "betterAuth": {
    "version": "Unknown",
    "config": null
  }
}

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

Documentation

Auth config (if applicable)


Additional context

Happy to submit a PR if this is the intended fix.

Image
Originally created by @govindpvenu on GitHub (Mar 5, 2026). ### Is this suited for github? - [x] Yes, this is suited for github ### To Reproduce 1.Go to https://better-auth.com/products?tab=infrastructure 2.Click the Get Started button 3.It redirects to a 404 page ### Current vs. Expected behavior **Page** https://better-auth.com/products?tab=infrastructure **Current redirect** https://better-auth.com/sign-in This page returns a 404 error. **Expected behavior** It should likely redirect to: https://dash.better-auth.com/sign-in ### What version of Better Auth are you using? 1.5.3 ### System info ```bash { "system": { "platform": "linux", "arch": "x64", "version": "#1 SMP PREEMPT_DYNAMIC Thu Feb 19 19:54:01 UTC 2026", "release": "6.18.13-200.fc43.x86_64", "cpuCount": 12, "cpuModel": "12th Gen Intel(R) Core(TM) i5-12450H", "totalMemory": "15.30 GB", "freeMemory": "5.26 GB" }, "node": { "version": "v24.12.0", "env": "development" }, "packageManager": { "name": "npm", "version": "11.6.2" }, "frameworks": null, "databases": null, "betterAuth": { "version": "Unknown", "config": null } } ``` ### Which area(s) are affected? (Select all that apply) Documentation ### Auth config (if applicable) ```typescript ``` ### Additional context Happy to submit a PR if this is the intended fix. <img width="1920" height="1048" alt="Image" src="https://github.com/user-attachments/assets/d8c5dc43-40bc-48e1-aa5c-0af815e308f9" />
GiteaMirror added the documentation label 2026-03-13 10:33:17 -05:00
Author
Owner

@govindpvenu commented on GitHub (Mar 5, 2026):

I checked the canary branch and it looks like the link has already been updated

@govindpvenu commented on GitHub (Mar 5, 2026): I checked the canary branch and it looks like the link has already been updated
Author
Owner

@bytaesu commented on GitHub (Mar 5, 2026):

Thanks for letting us know @govindpvenu, we'll fix this

@bytaesu commented on GitHub (Mar 5, 2026): Thanks for letting us know @govindpvenu, we'll fix this
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#2994