You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some scenarios that can cause Rancher Desktop to throw an uncaught error when navigating to the Containers page.
Prerequisites
This involves installing Rancher with k3d. I'm sure there are more straightforward ways to reproduce, but this is this is the scenario where I encountered the bug.
Install Rancher on k3d (detailed in prerequisites)
Navigate to Containers Page
Expected behavior
The list of containers is rendered as normal.
Actual behavior
An error is displayed and the list of containers is not rendered.
TypeError: Cannot read properties of undefined (reading 'HostPort')
at eval (Containers.vue?7520:306:1)
at Array.forEach (<anonymous>)
at VueComponent.getUniquePorts (Containers.vue?7520:298:1)
at fn (Containers.vue?d958:27:1)
at normalized (vue.runtime.esm.js?c320:2404:1)
at Proxy.renderSlot (vue.runtime.esm.js?c320:2082:1)
at eval (index.vue?5106:545:1)
at Proxy.renderList (vue.runtime.esm.js?c320:2031:1)
at _vm._t.fullColspan (index.vue?5106:540:1)
at Proxy.renderSlot (vue.runtime.esm.js?c320:2088:1)
Screenshots
The text was updated successfully, but these errors were encountered:
There are some scenarios that can cause Rancher Desktop to throw an uncaught error when navigating to the Containers page.
Prerequisites
This involves installing Rancher with k3d. I'm sure there are more straightforward ways to reproduce, but this is this is the scenario where I encountered the bug.
Install Rancher Manager on k3d
rancher.yaml
Steps to reproduce
Expected behavior
The list of containers is rendered as normal.
Actual behavior
An error is displayed and the list of containers is not rendered.
Screenshots
The text was updated successfully, but these errors were encountered: