diff --git a/packages/rmb_direct_client/lib/client.ts b/packages/rmb_direct_client/lib/client.ts index e9c0065b92..7d6313d2bc 100644 --- a/packages/rmb_direct_client/lib/client.ts +++ b/packages/rmb_direct_client/lib/client.ts @@ -145,7 +145,10 @@ class Client { } console.log(err); throw new Error({ - message: `Unable to establish a connection with the RMB server. Please check your internet connection and try again. If the problem persists, please contact our support.`, + message: `Unable to establish a connection with the RMB server ${this.relayUrl.replace( + "wss://", + "", + )}. Please check your internet connection and try again. If the problem persists, please contact our support.`, }); } }