You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Novikov (JIRA)" <ji...@apache.org> on 2018/08/28 07:59:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-9350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Novikov closed IGNITE-9350.
----------------------------------

> 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: Andrey Novikov
>            Priority: Major
>             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)