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 can access it via local lan, I was going to put it on the internet, I opened up the port 8100
and to ease usage I removed the following from the conf file
root_cap=
but I get as far as:
Loading client…
Loading plugins…
Connecting to server…
is there something else I can do to let it through??
The text was updated successfully, but these errors were encountered:
You need to open the port 8101 as well, for the WebSocket data connections. Any time startup gets stuck at that point there's a problem with the WebSocket connection.
If you had opened the JavaScript console in the browser you would have seen a connection error. (I'm aware that having an error message actually on-screen by default would be helpful.)
I can access it via local lan, I was going to put it on the internet, I opened up the port 8100
and to ease usage I removed the following from the conf file
root_cap=
but I get as far as:
Loading client…
Loading plugins…
Connecting to server…
is there something else I can do to let it through??
The text was updated successfully, but these errors were encountered: