Tucsky/aggr

[BUG] GATEIO API returns empty list of products

adeacetis opened this issue · 1 comments

Describe the issue

Refreshing GateIO product list yields no results.

image

Steps to reproduce

on charts.aggr.trade
tested in Chrome / Firefox

  1. Open Chart pane connection settings by clicking on the magnifying glass icon

  2. Click on the button next to the exchange name located in the left sidebar
    image

  3. Open the network tab in the developer console

    Both products endpoints return 404.

image

I tested those endpoints in Postman and I get a response status of 200 and the list of product.

image

Summary

Thanks for reporting an issue, please review the task list below before submitting the issue :

  • I added my browser's console output in the issue (open the console first, try to reproduce the issue then see if there is anything)
  • I have attached an export of my aggr database in the issue
    /
  • I documented the issue with screenshots
  • I provided a clear and concise description of what the bug is (see both sections below)

Requests were cached on the server. It's fixed.