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
Repository refresh fails to trigger GET requests on the first attempt. The expected 3 GET API calls to fetch chart data only occur on the second refresh attempt. This behavior is observed starting with v2.9.2 and works as expected in v2.9.1.
To Reproduce
Navigate to local cluster → Apps → Repositories
Open browser dev tools → Network tab
Open action menu for the Rancher repository
Click "Refresh"
Observe: No GET requests are made
Click "Refresh" again
Observe: 3 GET requests are now made successfully
Result
GET requests are delayed until the second refresh attempt.
From v2.9.2
Screen.Recording.2025-10-27.at.7.49.26.AM.mov
Expected Result
All 3 GET requests should be made immediately on the first refresh attempt.
From v2.9.1
Screen.Recording.2025-10-27.at.7.23.31.AM.mov
Screenshots
Additional context
Related test: cypress/e2e/tests/pages/explorer/apps/repositories.spec.ts -> Repo Refresh results in correct api requests
The test has been disabled in v2.12, please reenable once this is fixed.
Setup
Describe the bug
Repository refresh fails to trigger GET requests on the first attempt. The expected 3 GET API calls to fetch chart data only occur on the second refresh attempt. This behavior is observed starting with v2.9.2 and works as expected in v2.9.1.
To Reproduce
Result
GET requests are delayed until the second refresh attempt.
From v2.9.2
Screen.Recording.2025-10-27.at.7.49.26.AM.mov
Expected Result
All 3 GET requests should be made immediately on the first refresh attempt.
From v2.9.1
Screen.Recording.2025-10-27.at.7.23.31.AM.mov
Screenshots
Additional context
Related test:
cypress/e2e/tests/pages/explorer/apps/repositories.spec.ts->Repo Refresh results in correct api requestsThe test has been disabled in v2.12, please reenable once this is fixed.