Troubleshooting¶
Studio loads but no data: check backend gRPC is running on the expected port (
--backend-port) and that there is no firewall blocking the connection.Port conflict:
weightslab startauto-selects the next free port and logs it; or pass--port PORTto pick a specific one.No plot updates: check plot auto-refresh setting and backend logger data.
TLS errors with –certs: run
weightslab sefirst to generate certs, then exportWEIGHTSLAB_CERTS_DIR.Connection refused on remote backend: use
weightslab tunnelto forward the remote port locally.