-
Notifications
You must be signed in to change notification settings - Fork 61
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
elm-live crash when a file is not found instead responding with a 404 #235
Comments
Fix the issue that for not existing file (i.e. https://localhost:8000/xyz/index.html), elm-live was crashing (wking-io#235)
I can confirm this issue. I saw it after checking a fresh repo and freshly installing elm-live. I guess it was trying to load the index before it was fully built
|
Anyone have a fork with this fixed? Been dealing with this same issue as well. |
At work we use |
This occurs when the |
If you try an url for a non existing file, for example: http://localhost:8000/xyz/index.html
elm-live will stop with the error:
Could be related to
#207
#205
#195
The text was updated successfully, but these errors were encountered: