You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getGatewaySelfOrigins() only emitted http:// origins, so a gateway served over
TLS on its own port rejected its own same-origin WebSocket upgrades. Add the
https:// localhost/127.0.0.1 self-origins, and warn at startup when running in
production with no WS_ALLOWED_ORIGINS/CORS_ORIGINS configured (the localhost-only
fallback otherwise rejects all WS connections from a real domain).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
'[WARN] WS: no WS_ALLOWED_ORIGINS/CORS_ORIGINS set in production — WebSocket connections from your domain will be rejected (localhost-only fallback). Set WS_ALLOWED_ORIGINS to your site origin(s).'
0 commit comments