Skip to content

Troubleshooting

Check that the server is running:

Terminal window
cargo run -p cli -- serve

If the mobile device is on a different network, the detected local address may not be reachable. Set LOKA_CONNECT_HOST to the address clients should use.

Normal pairing URLs are valid for 10 minutes. Start the server again or request a fresh pairing URL.

For custom hostnames or public addresses, run:

Terminal window
LOKA_HOST=0.0.0.0 LOKA_CONNECT_HOST=loka.example.com cargo run -p cli -- serve

Use demo mode:

Terminal window
LOKA_DEMO=1 cargo run -p cli -- serve

Demo mode pairing URLs are valid for 30 days.