netlify / remix-template

Deploy your Remix site to Netlify
83 stars 27 forks source link

Fresh template install returns 404 for serve #132

Closed rolandleth closed 8 months ago

rolandleth commented 11 months ago

Describe the bug Fresh install returns 404 Not Found for serve.

To Reproduce Steps to reproduce the behavior:

  1. Run npx create-remix@latest --template netlify/remix-template
  2. Select Netlify Functions option when prompted
  3. cd into the newly-created app directory
  4. Run npm run start
  5. Observe 404 Not Found

Expected behavior To have the same content load as nom run dev.

Screenshots

1

npm run start:

2

Desktop (please complete the following information):

Am I doing something wrong? Shouldn't it work locally as well? nom run dev works properly.

anthonyholmes commented 9 months ago

netlify-cli@17.9 works correctly. You might need to downgrade for now

th-km commented 8 months ago

After deploying the template I'm also getting 404 on ressources (manifest, entry.client...). See here and have a look at the network tab.

ascorbic commented 8 months ago

Fixed in latest version

rolandleth commented 7 months ago

@ascorbic hello! I'm still facing this issue, am I doing something wrong? Using netlify-cli@17.19.3.

Edit: now using 17.9.4 and it seems to work.

Screenshot 2024-03-14 at 7 10 04 PM