Attached EteSync `websocket_endpoint` is never called on Debian 13 apache2 while using `collectionManager.itemManager.subscribeChanges`. How to solve this issue?
Aug 16, 2:29pm
To diagnose why the websocket_endpoint is never called in your EteSync setup on Debian 13 with Apache2, we need to verify a few things. The issue likely stems from one of the following areas:
1. WebSocket Configuration in Apache2
Apache2 does not natively support WebSocket connections. You need to:
Enable mod_proxy_wstunnel to proxy WebSocket connections to your backend (e.g., FastAPI).
Ensure your Apache2 configuration includes the correct ProxyPass directives for WebSocket routes.