devtron icon indicating copy to clipboard operation
devtron copied to clipboard

[UI][Chart-store Search]We are hitting wrong URL of API on search functionality of chart-store

Open deepak-devtron opened this issue 3 years ago • 0 comments

Summary We are hitting wrong URL of API on search functionality of chart-store

Steps To Replicate

  1. Go to Chart Store
  2. Now try to search any chart via search box visible
  3. 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

deepak-devtron avatar Jul 08 '22 05:07 deepak-devtron

This has been fixed and deployed.

deepak-devtron avatar Sep 10 '22 09:09 deepak-devtron