Open reefland opened 2 years ago
@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.
Re-opening to track the "log out" issue.
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