Download Pod Logs button not honouring argocd-server rootpath #6548
Labels
bug/priority:medium
Should be fixed in the next minor releases
bug/severity:minor
Bug has limited impact, maybe affects only an edge-case or is of cosmetic nature
bug
Something isn't working
component:ui
User interfaces bugs and enhancements
Milestone
Describe the bug
Clicking Download Pod Logs button redirects to baseurl without rootpath.
To Reproduce
- command: - argocd-server - --staticassets - /shared/app - --redis - argocd-redis-ha-haproxy:6379 - --rootpath - /argocd_ - --insecure
<baseurl>
instead of<baseurl>/argocd_
Expected behavior
It should redirect to
<baseurl>/argocd_
for download as well.Screenshots
Version
Argocd v2.0.1
The text was updated successfully, but these errors were encountered: