-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fresh install returns 404 error for run dev #134
Comments
[email protected] works correctly. You might need to downgrade for now |
Actually, it starts working correctly if you save one of your project files. You might need to refresh the browser too. Definitely started happening after [email protected] though |
Thanks @anthonyholmes , this really helped a lot! I was facing the same issue and this worked me! |
Just tried this today as well since I was considering Netlify over Fly.io. Got a 404 on fresh installs of this template and the |
Thanks for the report on this, and sorry for the delay in addressing it. We're looking into it. FRA-237 |
Thanks for looking into this! Some additional behavior I noticed:
|
This is updated in the build library. I'll update here when we have a CLI update. It should be later today. |
@sangrepura I think those are all manifestations of the same issue, so this should fix them all |
Everyone here: if you update |
I'm still having the issue after upgrading. Any suggestions on how I can help debug this? |
@ascorbic tried after upgrading, I can confirm, this isn't fixed yet. Can you please confirm if we need to upgrade anything else? |
Looking into this. Thanks for the reports. |
I'm experiencing the same issue with |
Fixed in latest version (which uses Vite) |
Describe the bug
After doing a fresh install with edge functions,
npm run dev
starts a server on http://localhost:8888 but that address returns 404.To Reproduce
See screenshots below
Expected behavior
Expected to see remix index page.
Screenshots
The text was updated successfully, but these errors were encountered: