Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue3: Navigating from Virtualisation to Continues Integration shows full page error (in dev?) #11770

Closed
richard-cox opened this issue Aug 29, 2024 · 2 comments
Assignees
Labels
area/vue3 Bugs and technical debts as outcome to the Vue3 migration kind/bug QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this
Milestone

Comments

@richard-cox
Copy link
Member

Setup

  • Rancher version: dev of 2.10.0

Describe the bug

  • a dev full page error is shown when navigating from Virtualization Management to Continues Integration
  • error not shown on refresh of Continuous Integration
  • Harvester code lives in harvester-manager built-in extension

To Reproduce

Result
Full page error

Uncaught runtime errors:
×
ERROR
Cannot read properties of undefined (reading '__asyncLoader')
TypeError: Cannot read properties of undefined (reading '__asyncLoader')
    at isAsyncWrapper (https://localhost:8005/js/chunk-vendors.js:13145:40)
    at unmount (https://localhost:8005/js/chunk-vendors.js:16952:40)
    at unmountComponent (https://localhost:8005/js/chunk-vendors.js:17074:13)
    at unmount (https://localhost:8005/js/chunk-vendors.js:16959:13)
    at unmountChildren (https://localhost:8005/js/chunk-vendors.js:17103:13)
    at unmount (https://localhost:8005/js/chunk-vendors.js:16977:17)
    at unmountChildren (https://localhost:8005/js/chunk-vendors.js:17103:13)
    at unmount (https://localhost:8005/js/chunk-vendors.js:16977:17)
    at unmountComponent (https://localhost:8005/js/chunk-vendors.js:17074:13)
    at unmount (https://localhost:8005/js/chunk-vendors.js:16959:13)
ERROR
Cannot read properties of null (reading 'emitsOptions')
TypeError: Cannot read properties of null (reading 'emitsOptions')
    at shouldUpdateComponent (https://localhost:8005/js/chunk-vendors.js:11963:29)
    at updateComponent (https://localhost:8005/js/chunk-vendors.js:16411:13)
    at processComponent (https://localhost:8005/js/chunk-vendors.js:16365:13)
    at patch (https://localhost:8005/js/chunk-vendors.js:15963:21)
    at patchBlockChildren (https://localhost:8005/js/chunk-vendors.js:16268:13)
    at patchElement (https://localhost:8005/js/chunk-vendors.js:16176:13)
    at processElement (https://localhost:8005/js/chunk-vendors.js:16043:13)
    at patch (https://localhost:8005/js/chunk-vendors.js:15960:21)
    at patchBlockChildren (https://localhost:8005/js/chunk-vendors.js:16268:13)
    at patchElement (https://localhost:8005/js/chunk-vendors.js:16176:13)
ERROR
Cannot read properties of null (reading 'nextSibling')
TypeError: Cannot read properties of null (reading 'nextSibling')
    at nextSibling (https://localhost:8005/js/chunk-vendors.js:20323:31)
    at getNextHostNode (https://localhost:8005/js/chunk-vendors.js:17113:16)
    at patch (https://localhost:8005/js/chunk-vendors.js:15931:22)
    at patchBlockChildren (https://localhost:8005/js/chunk-vendors.js:16268:13)
    at patchElement (https://localhost:8005/js/chunk-vendors.js:16176:13)
    at processElement (https://localhost:8005/js/chunk-vendors.js:16043:13)
    at patch (https://localhost:8005/js/chunk-vendors.js:15960:21)
    at patchBlockChildren (https://localhost:8005/js/chunk-vendors.js:16268:13)
    at patchElement (https://localhost:8005/js/chunk-vendors.js:16176:13)
    at processElement (https://localhost:8005/js/chunk-vendors.js:16043:13)

Expected Result
Fleet dashboard

@richard-cox richard-cox added kind/bug area/vue3 Bugs and technical debts as outcome to the Vue3 migration labels Aug 29, 2024
@richard-cox richard-cox added this to the v2.10.0 milestone Aug 29, 2024
@github-actions github-actions bot added the QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this label Aug 29, 2024
@rak-phillip
Copy link
Member

Same as #11769, I suspect that Harvester will need to migrate to Vue3 before we can make any progress on this.

@izaac
Copy link
Contributor

izaac commented Oct 18, 2024

Validated on Rancher version: v2.10-5d66d49d7a72b4c439a33043007e9bb0223c8693-head
UI: master cf8c6d1

Navigation to Virtualization Manager and then to Continuous Delivery is no longer broken and no Errors are observed in the Console.

@izaac izaac closed this as completed Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vue3 Bugs and technical debts as outcome to the Vue3 migration kind/bug QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this
Projects
None yet
Development

No branches or pull requests

4 participants