Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Not Found for https://on.cypress.io/opening-the-app #6004

Closed
MikeMcC399 opened this issue Nov 16, 2024 · 3 comments
Closed

Page Not Found for https://on.cypress.io/opening-the-app #6004

MikeMcC399 opened this issue Nov 16, 2024 · 3 comments

Comments

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Nov 16, 2024

Current behavior

The link https://on.cypress.io/opening-the-app, which is displayed when executing cypress install, no longer works.

It redirects to https://docs.cypress.io/opening-the-app which displays the text "Page Not Found".

Desired behavior

The vanity link
https://on.cypress.io/opening-the-app

should redirect to the active page

https://docs.cypress.io/app/get-started/open-the-app

Test code to reproduce

mkdir cy-test
cd cy-test
git init
npm init -y
CYPRESS_INSTALL_BINARY=0 npm install cypress --save-dev
npx cypress install --force

Cypress Version

13.15.2

Node version

v22.11.0 LTS

Operating System

Ubuntu 24.04.1 LTS

Logs

$ npx cypress install --force
Installing Cypress (version: 13.15.2)

✔  Downloaded Cypress
✔  Unzipped Cypress
✔  Finished Installation /home/mike/.cache/Cypress/13.15.2

You can now open Cypress by running one of the following, depending on your package manager:

- npx cypress open
- yarn cypress open
- pnpm cypress open

https://on.cypress.io/opening-the-app

Other

This is a regression caused by a reorganization of the documentation site https://docs.cypress.io/ on Oct 22, 2024.

The source page was moved and renamed from

docs/guides/getting-started/opening-the-app.mdx

to

docs/app/get-started/open-the-app.mdx

@MikeMcC399
Copy link
Contributor Author

This is a type: bug rather than a content: rewrite

@mschile
Copy link
Contributor

mschile commented Nov 18, 2024

@MikeMcC399, thanks for bringing this to our attention! I updated the vanity url to point to the correct document (this may take a few minutes to deploy).

@MikeMcC399

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants