Skip to content

fix: register cluster instances with full ws:// URL#45

Merged
jbiskur merged 1 commit intomainfrom
fix/cluster-ws-address-format
Mar 21, 2026
Merged

fix: register cluster instances with full ws:// URL#45
jbiskur merged 1 commit intomainfrom
fix/cluster-ws-address-format

Conversation

@jbiskur
Copy link
Contributor

@jbiskur jbiskur commented Mar 21, 2026

Summary

  • Register cluster instances with ws://<address>:<port> instead of raw IP
  • Fixes "Invalid url for WebSocket" errors when leader tries to connect to workers

🤖 Generated with Claude Code

The advertisedAddress was registered as a raw IP (e.g. "10.244.1.5") but
transport.connect() needs a full WebSocket URL (e.g. "ws://10.244.1.5:3001").
This caused "Invalid url for WebSocket" errors in production.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jbiskur jbiskur merged commit 0cb1493 into main Mar 21, 2026
1 check passed
@jbiskur jbiskur deleted the fix/cluster-ws-address-format branch March 21, 2026 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant