To fix this, you need to:
- Run the backend service on your computer - The backend must be running for the web interface to connect
- Use the correct server URL - By default, use
ws://localhost:3000 if accessing from the same computer, or use your public URL/hostname
- Allow firewall access - Make sure port 3000 (or your chosen port) is allowed through Windows Firewall
Quick Setup:
On your computer, run one of these in the project folder:
npm install
npm run build
node dist/server.js
Or just run: start-service.bat (Windows)