LT-03 — socket.io Connects to the Server Successfully

Live Tracking
Admin Panel
LT-03 — socket.io Connects to the Server Successfully
Published

2026-06-17

LT-03 — socket.io Connects to the Server Successfully

Target

Admin Panel — Live Tracking

Preconditions

  • Admin is logged in
  • The socket.io server is running

Steps

  1. Navigate to Live Tracking
  2. Open browser developer tools → Network tab
  3. Filter for socket.io requests
  4. Observe the connection status

Expected Result

  • The socket.io handshake completes successfully (HTTP 101 or 200)
  • No 503 or connection refused errors appear
  • The WebSocket connection is established