diff --git a/app/server/lib/BootProbes.ts b/app/server/lib/BootProbes.ts index df9427f2..61ac66eb 100644 --- a/app/server/lib/BootProbes.ts +++ b/app/server/lib/BootProbes.ts @@ -118,7 +118,7 @@ const _webSocketsProbe: Probe = { url, }; ws.on('open', () => { - ws.send('Just nod if you can hear me.'); + ws.send('{"msg": "Just nod if you can hear me."}'); resolve({ status: 'success', details,