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 trying to run Budo on Cloud9 (a cloud IDE). The host environment only exposes ports 8080, 8081, and 8082, so I decided to run the web server on 8080 and LR on 8081 with this command:
Sorry about the massive delay in response — but I've been working on an alternative LiveReload backend that doesn't require a second server. This means the LiveReload script is served on the same host/port as the HTTP requests. It will probably resolve cases like yours.
I'm trying to run Budo on Cloud9 (a cloud IDE). The host environment only exposes ports 8080, 8081, and 8082, so I decided to run the web server on 8080 and LR on 8081 with this command:
where
$IP
is0.0.0.0
and$PORT
is8080
. The server starts up and saysI also added the following snippet to
index.html
to get my LiveReload browser plugin to support a port other than 35729.So far the web assets are loading fine but LiveReload fails to connect with this error:
Is there any way I can force it to use the same host that the snippet was downloaded from?
Thanks!
The text was updated successfully, but these errors were encountered: