You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/08/22 15:11:00 UTC

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

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)