I have code working to create a session with an http endpoint and taking a secret to initiate the WS connection, now last 2 days that call is failing like this.
DEFAULT 2026-06-11T13:05:24.559256Z [Bridge] REST session creation failed (404): {
DEFAULT 2026-06-11T13:05:24.559274Z "error": {
DEFAULT 2026-06-11T13:05:24.559278Z "message": "Invalid URL (POST /v1/realtime/sessions)",
DEFAULT 2026-06-11T13:05:24.559282Z "type": "invalid_request_error",
DEFAULT 2026-06-11T13:05:24.559285Z "param": null,
DEFAULT 2026-06-11T13:05:24.559287Z "code": null
DEFAULT 2026-06-11T13:05:24.559291Z }
DEFAULT 2026-06-11T13:05:24.559295Z } — falling back to direct WS
Did anyone experienced this ? Anyone has any clues what is going on ? This is not intermittent issue, all the calls are failing for us (we are falling back to WS, but this is not ideal for our case).
Thanks