devtron
devtron copied to clipboard
[UI][Chart-store Search]We are hitting wrong URL of API on search functionality of chart-store
Summary We are hitting wrong URL of API on search functionality of chart-store
Steps To Replicate
- Go to Chart Store
- Now try to search any chart via search box visible
- Hit Enter and observe the n/w calls
Actual Output We are hitting wrong URL of Search API because of which there is 301 redirection /orchestrator/app-store/discover?appStoreName=deepak&includeDeprecated=1
Expected Output We should correct URL: /orchestrator/app-store/discover/?appStoreName=deepak&includeDeprecated=1
This has been fixed and deployed.