stack icon indicating copy to clipboard operation
stack copied to clipboard

Getting Started Button is broken

Open 0verread opened this issue 6 months ago • 2 comments

If you click on the Get Started Button on landing page, its redirect to 404 page. URL does not exists

Image

0verread avatar Jul 03 '25 05:07 0verread

The Get Started Button on the landing page redirects to https://docs.stack-auth.com/docs/next/getting-started/setup which doesn't exists instead it should redirect to:

https://docs.stack-auth.com/docs/next/getting-started/setup OR https://docs.stack-auth.com/docs/react/getting-started/setup OR https://docs.stack-auth.com/docs/js/getting-started/setup OR https://docs.stack-auth.com/docs/python/getting-started/setup

This issue can be solved using two approaches:

  1. Direct redirect to https://docs.stack-auth.com/docs/next/getting-started/setup
  2. Allow the user to select it's tech stack and redirect accordingly

TanishValesha avatar Jul 03 '25 06:07 TanishValesha

Ah! Thank you for pointing this out.

We recently switched our docs to open source! In doing this, the links have changed. So this is why the button is broken on the landing page. I will fix this soon. Thanks for pointing it out.

madster456 avatar Jul 09 '25 07:07 madster456