n8n needs a stable WebSocket connection, and OLS often breaks it due to compression. To fix:
In your n8n container set
N8N_PUSH_BACKEND=websocket
N8N_PUSH_BACKEND_WS_COMPRESSION=false
In OLS vhost, add WebSocket headers:
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond...