Open laiminhtrung1997 opened 6 months ago
Hi
I had similar issue
In my case I have istio with path normalization.
Either istio or smth in the middle transforms uri from
https://your.domain/api/v1/clusters/https%3A%2F%2Fkubernetes.default.svc?id.type=url
into
https://your.domain/api/v1/clusters/https:/kubernetes.default.svc?id.type=url
Notice single slash in https:/kubernetes
I got to debug ArgoCD's api-server to find it. 'debug' mode does not show that server received http request and could not match it. I added Istio VirtualService to modify uri back before passing it to Argo CD server
@romanperesypkin do you mind sharing the modified Istio VirtualService. I'am using envoy gateway and believe its transforming the URL.
ArgoCD versions 2.10 and below have reached EOL. Can you upgrade and tell us if the issue is still present, please?
Checklist:
argocd version
.Describe the bug Cannot load data of clusters in UI. The error message shows up - "Failed to load data, please try again." The error message pops up - "Unable to load data: Not Found"
To Reproduce
Expected behavior The UI can load the data of any cluster.
Screenshots
Version v2.10.4
Logs