[jira] [Created] (IGNITE-9350) Web Console backend should not fail if null received via web sockets

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-9350) Web Console backend should not fail if null received via web sockets

Anton Vinogradov (Jira)
Alexey Kuznetsov created IGNITE-9350:
----------------------------------------

             Summary: Web Console backend should not fail if null received via web sockets
                 Key: IGNITE-9350
                 URL: https://issues.apache.org/jira/browse/IGNITE-9350
             Project: Ignite
          Issue Type: Bug
          Components: wizards
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov
             Fix For: 2.7


Backend failed with error:

{code}

app/browsersHandler.js:207
 sock.on('node:rest', (\{clusterId, params, credentials}, cb) => {
 ^

TypeError: Cannot destructure property `clusterId` of 'undefined' or 'null'.

{code}

 

We should check  for null data received via web sockets



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)