argoproj / argo-ui

Argoproj shared React components
Apache License 2.0
220 stars 178 forks source link

Navigation error with location.href ends with `/` #564

Open KSH-code opened 2 months ago

KSH-code commented 2 months ago

fix #564

When I discover applications on like https://argocd.com/service/applications/, search applications and then click it. But it is redirected to https://argocd.com/service/applications//{application-name}. And an empty page is shown also.

for the soultion, the slash in the end has to be removed.