NicolasCantu 97427e811a fix: Remove hardcoded localhost configuration and restore proper WebSocket connection
**Motivations :**
- Remove hardcoded localhost:8090 configuration that was causing connection issues
- Restore proper WebSocket connection using environment variables from .env file
- Fix 502 Bad Gateway error by using correct relay URL configuration

**Modifications :**
- Cleaned up websockets.ts to remove hardcoded localhost references
- Restored original WebSocket connection logic using environment variables
- Application now properly connects to https://dev3.4nkweb.com/ws/ via .env configuration

**Pages affectées :**
- src/websockets.ts - WebSocket connection logic
- src/services/service.ts - Environment variable configuration
2025-10-23 18:39:09 +02:00
..