-
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
Error in console using hot-reload #225
Comments
I eventually found that this issue is coming from this other issue (#220) that I opened in the past. When my index.html has parameters, the automatic reload stop working... |
I ran into this issue right now without having any query parameters, I have just turn on the hot reloading on simple one Elm file app :( |
If I start |
I also had a similar issue setting up routing. Appeared that the problem was in relative paths in the <script type="text/javascript" src="./index.js"></script> to <script type="text/javascript" src="/index.js"></script> and it solved my problem. Hope this will help you. |
Is it only me that is getting this error?
"main-with-debugger.js:65597 Uncaught ReferenceError: module is not defined"
module
is defined inelm-live/lib/src/websocket.js
:I don't remember how this was injected in the Elm code... maybe there is an issue there?
I felt this was working few days ago, so maybe is only me that screwed something...
The text was updated successfully, but these errors were encountered: