mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
a900c5d490
proxyRunSetup() used EventSource which only sends GET. The setup-remote endpoint requires POST, so the request hit the 404 default and the SSE connection immediately errored with 'Connection lost'. Replace EventSource with fetch+ReadableStream (same pattern already used by proxySwitchLocal). Also remove the dead EventSource+close() pair that was left in proxySwitchLocal from an earlier draft. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>