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
Describe the bug
Navigating to the detail page of a repository while it is still in the downloading state (status not yet populated) results in a blank page and errors thrown in the browser console.
To Reproduce
Go to Apps > Repositories.
Click Add Repository and add a new repository.
Before the repo finishes downloading, click the repo name to open its detail page.
Result
Detail page renders blank. Console shows:
TypeError: Cannot read properties of undefined (reading 'downloadTime')
at get details (catalog.cattle.io.clusterrepo.js:229:36)
TypeError: Cannot read properties of undefined (reading 'commit')
at Proxy.l (catalog.cattle.io.clusterrepo.vue:32:29)
Expected Result
Detail page should render without errors while the repo is still downloading.
Screenshots
Screen.Recording.2026-05-07.at.4.18.29.PM.mov
Additional context
Please reenable e2e test checks when this is fixed
Setup
920680fDescribe the bug
Navigating to the detail page of a repository while it is still in the downloading state (status not yet populated) results in a blank page and errors thrown in the browser console.
To Reproduce
Result
Detail page renders blank. Console shows:
Expected Result
Detail page should render without errors while the repo is still downloading.
Screenshots
Screen.Recording.2026-05-07.at.4.18.29.PM.mov
Additional context
Please reenable e2e test checks when this is fixed
dashboard/cypress/e2e/tests/pages/manager/repositories.spec.ts
Lines 82 to 83 in efd1eb2