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
User is directed to a unpopulated application page when clicking on a search result from the search bar on another Application's page.
We upgraded from v2.13.3 to v2.13.4 yesterday and began seeing this behavior, so I believe a change in this diff introduced the issue. #21377 seems to be most relevant.
To Reproduce
Browse to an application's page, for example /applications/prometheus
Enter some text that matches another application name in the search bar at the top of the page and click the matching application, for example grafana
Observe the unpopulated UI, and observe that the browser has been sent to URL with path component /applications/applications/argocd/grafana (note the doubled applications tokens).
Expected behavior
The user should be directed to e.g., /applications/argocd/grafana instead of /applications/applications/argocd/grafana.
Screenshots
Version
at 12:28:38 $ argocd version
argocd: v2.13.4+102853d
BuildDate: 2025-01-29T21:12:42Z
GitCommit: 102853d31a22e2031ad76bdc0b673d61c7c2cd89
GitTreeState: clean
GoVersion: go1.22.11
Compiler: gc
Platform: darwin/arm64
WARN[0001] Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web.
argocd-server: v2.13.4+102853d
BuildDate: 2025-01-29T20:28:11Z
GitCommit: 102853d31a22e2031ad76bdc0b673d61c7c2cd89
GitTreeState: clean
GoVersion: go1.23.1
Compiler: gc
Platform: linux/amd64
Kustomize Version: could not get kustomize version: exec: "kustomize": executable file not found in $PATH
Helm Version: v3.16.2+g13654a5
Kubectl Version: v0.31.0
Jsonnet Version: v0.20.0
The text was updated successfully, but these errors were encountered:
Checklist:
argocd version
.Describe the bug
User is directed to a unpopulated application page when clicking on a search result from the search bar on another Application's page.
We upgraded from v2.13.3 to v2.13.4 yesterday and began seeing this behavior, so I believe a change in this diff introduced the issue. #21377 seems to be most relevant.
To Reproduce
/applications/prometheus
grafana
/applications/applications/argocd/grafana
(note the doubledapplications
tokens).Expected behavior
The user should be directed to e.g.,
/applications/argocd/grafana
instead of/applications/applications/argocd/grafana
.Screenshots
Version
The text was updated successfully, but these errors were encountered: