nextensio / tickets

0 stars 0 forks source link

Controller crash when navigating status #16

Open greg-next opened 2 years ago

greg-next commented 2 years ago

To reproduce:

  1. Open the Nextensio Controller
  2. Navigate to the AppGroups Screen
  3. Click the status/battery
  4. Click the left arrow at the bottom of the Status dialog

TypeError: Cannot read properties of undefined (reading 'device') BundlesView src/app/src/views/tenant/BundlesView.js:1039 1036 |

1037 |
There are {status.length} statuses to show.
1038 |

1039 |

Device: {status[statusPage].device ? status[statusPage].device :
None
}
| ^ 1040 |
Gateway: {status[statusPage].gateway ? status[statusPage].gateway :
None
}
1041 |
Health: {status[statusPage].health ? status[statusPage].health :
None
}
1042 |
Source: {status[statusPage].source ? status[statusPage].source :
None
}
View compiled ▶ 18 stack frames were collapsed. This screen is visible only in development. It will not appear if the app crashes in production. Open your browser’s developer console to further inspect this error. Click the 'X' or hit ESC to dismiss this message.