Files
Vantz Stockwell 14b099b075
All checks were successful
Test Asgard Runner / test (push) Successful in 3s
fix: Replace socket.io with native WS adapter — fixes WebSocket 1006
Frontend uses native WebSocket API, backend was using socket.io which
speaks an incompatible protocol. Switched to @nestjs/platform-ws so
both sides speak native WebSocket. Also fixed JWT TTL override in
docker-compose.yml (was hardcoded to 900s, now 14400s/4h).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 15:21:36 -05:00

1.6 KiB