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
ArgoCD is deployed using --rootpath=/argocd. ArgoCD overall works fine, however PROJECT link in the UI does not seem to be respecting the rootpath.
To Reproduce
Select any ArgoCD application in the web UI.
Click the root of the application to bring up the Summary screen.
The link for the PROJECT such as default does not include the contents of --rootpath=/argocd
Click the link and you get a 404 page not found.
The Log out button is also a incorrect in that it protocol switches from HTTPS to HTTP, as I do not have an automatic redirect this results in a 404. There is no reason that ArgoCD should change protocol upon logout.
Expected behavior
The links in the UI should respect the contents of --rootpath=/argocd
Screenshots
Version
Not deploying the ArgoCD cli, UI shows: v2.3.4+ac8b7df
Logs
Paste any relevant application logs here.
The text was updated successfully, but these errors were encountered:
@alexmt - I saw this was merged into master 17 days ago and there have been several releases since then. I can't tell if this has been included in a release yet, but its still broken with v2.4.6+a48bca0.
Thanks for the reminder @reefland! It'll be part of 2.4.7. I'm going to see if I can get a few more fixes merged and then cut a release in the next 3ish days.
The fix for the rootpath is working well. However, the other issue from above:
The Log out button is also a incorrect in that it protocol switches from HTTPS to HTTP, as I do not have an automatic redirect this results in a 404. There is no reason that ArgoCD should change protocol upon logout.
Still not right. Click Log Out I still get a 404 page not found because it is switching from HTTPS to HTTP.
Checklist:
argocd version
.Describe the bug
ArgoCD is deployed using
--rootpath=/argocd
. ArgoCD overall works fine, however PROJECT link in the UI does not seem to be respecting therootpath
.To Reproduce
PROJECT
such asdefault
does not include the contents of--rootpath=/argocd
The
Log out
button is also a incorrect in that it protocol switches from HTTPS to HTTP, as I do not have an automatic redirect this results in a 404. There is no reason that ArgoCD should change protocol upon logout.Expected behavior
The links in the UI should respect the contents of
--rootpath=/argocd
Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: