You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running macOS High Sierra 10.13.5 on node 10.7. I ran bsb -init -theme react-lite to create a new react lite app, installed dependencies via yarn, started serving the static code using http-server. I can visit the app and I get a bevvy of 404s in the console (possibly unrelated and already documented in #2950) including that the websocket server is not running (makes sense). Everything is fine up to this point. Then I ran yarn start to start the app. I get normal output:
⊗ yarn start
yarn run v1.9.2
$ bsb -make-world -w -ws _
[14/14] Building src/ReactDOMRe.mlast.d
[7/7] Building src/ReactDOMRe.cmj
>>>> Start compiling
[7/7] Building src/Component2.mlast.d
[3/3] Building src/Index-ReactLite.cmj
>>>> Finish compiling
And I can even refresh the page and it will connect to the websocket server. However, without changing any code, after I let it sit a few seconds the bsb -make-world -w -ws _ command will eventually fail with no error.
Sorry to be so light on details. I'll try to dig into the websocket code later if I can. Just want to get something reported and see if anyone has found a workaround for this. Thanks!
The text was updated successfully, but these errors were encountered:
I'm running macOS High Sierra 10.13.5 on node 10.7. I ran
bsb -init -theme react-lite
to create a new react lite app, installed dependencies viayarn
, started serving the static code usinghttp-server
. I can visit the app and I get a bevvy of 404s in the console (possibly unrelated and already documented in #2950) including that the websocket server is not running (makes sense). Everything is fine up to this point. Then I ranyarn start
to start the app. I get normal output:And I can even refresh the page and it will connect to the websocket server. However, without changing any code, after I let it sit a few seconds the
bsb -make-world -w -ws _
command will eventually fail with no error.Sorry to be so light on details. I'll try to dig into the websocket code later if I can. Just want to get something reported and see if anyone has found a workaround for this. Thanks!
The text was updated successfully, but these errors were encountered: