ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 76 forks source link

404 on https://cli.emberjs.com/ #266

Closed laurmurclar closed 2 years ago

laurmurclar commented 2 years ago

Noticed when trying to get to the CLI Guides from the main Ember guides.

To reproduce:

  1. Simply open https://cli.emberjs.com/

or -

  1. Go to https://guides.emberjs.com/
  2. Open Docs > CLI Guides from dropdown in nav bar (Redirects you to https://cli.emberjs.com/)
  3. Observe 404

This is the link mentioned in the homepage of this repo also so I assume it's still relevant and shouldn't be 404ing 😄

jenweber commented 2 years ago

Hello! Fixing this now. Thank you for reporting.

Root cause: https://github.com/ember-learn/cli-guides/pull/267

jenweber commented 2 years ago

Fixed! Additionally, the Node version was set to 14 in the NODE_VERSION env variables for Netlify. I set it to 12 and rebuilt.

This is a temporary strategy. We need to get on Node 14 ASAP.

laurmurclar commented 2 years ago

Thanks for fixing it so quickly Jen!