rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
450 stars 256 forks source link

Vue3: Virtualisation Management page is blank #11769

Open richard-cox opened 2 weeks ago

richard-cox commented 2 weeks ago

Setup

Describe the bug

To Reproduce

Result

Expected Result

Screenshots image

Additional context

rak-phillip commented 2 weeks ago

The error [Vue warn]: Invalid VNode type: undefined (undefined) leads me to believe that this error is a result of a Vue2/Vue3 version mismatch. Seeing as how harvesterhci.io.management.cluster^1 is defined in the harvester/dashboard repo, I think that we will have to migrate Harvester to Vue3 before we will be able to get this functioning.

richard-cox commented 2 weeks ago

Worth noting that the harvester extension is only used in the cluster context, and is loaded when a user navigates to one. This page works with the built-in harvester-manager extension.

Separate issue, the linked file should be in their extension rather than the forked dashboard code.