Skip to main content

F.A.Q.

F.A.Q. and Known Issues

Logout redirects to argocd.example.com

If you haven't configured a proper domain name for ArgoCD, the logout button currently redirects to argocd.example.com.

To fix this, you must first configure a domain name that points to your ArgoCD installation, then update AHD Commons with the following configuration:

argo-cd:
server:
ingress:
hostname: <your-domain-name>

Login redirects to a blank page

info

This issue is solved by upgrading to AHD Commons 2.3.0!

Sometimes after logging into ArgoCD, you'll be redirected to a blank page such as this:

argocd-blank-page

The URL of the page probably looks like this: https://<AHD-VM-IP-or-DNS>/argocd/argocd/applications

The issue is with the path .../argocd/argocd/.... To fix it, change the URL to be:

https://<AHD-VM-IP-or-DNS>/argocd/applications