Open lucaspouzac opened 6 days ago
Hi,
Since 2.13.0 version, the login phase is KO because the root path is duplicated if login is correct.
server: extraArgs: - --insecure - --rootpath - /argocd ingress: enabled: true ingressClassName: "nginx" path: /argocd configs: cm: url: https://test.com/argocd notifications: enabled: true argocdUrl: https://test.com/argocd
When login is correct, browser try to load https://test.com/argocd/argocd/applications
In 2.12.6, it's correct.
Maybe because of this ?
Sorry, what's KO?
After login, the root path is duplicated in url : https://test.com/**argocd/argocd**/applications
Hi,
Since 2.13.0 version, the login phase is KO because the root path is duplicated if login is correct.
When login is correct, browser try to load https://test.com/argocd/argocd/applications
In 2.12.6, it's correct.
Maybe because of this ?