argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.98k stars 5.47k forks source link

Base path KO during login phase #20790

Open lucaspouzac opened 6 days ago

lucaspouzac commented 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 ?

andrii-korotkov-verkada commented 5 days ago

Sorry, what's KO?

lucaspouzac commented 5 days ago

After login, the root path is duplicated in url : https://test.com/**argocd/argocd**/applications