evershopcommerce / evershop

🛍️ NodeJS E-commerce Platform
https://evershop.io/
GNU General Public License v3.0
4.21k stars 1.16k forks source link

[BUG] The product registration does not list all child categories #630

Open leandrosantoss opened 2 days ago

leandrosantoss commented 2 days ago

Describe the bug The product registration does not list all child categories

Screenshots image

image

image This child category was not found in the category tree in product registration

image Clicking to expand "Tabacaria"

In the Data Base the category "Tabacaria" has 75 rows image

Background (please complete the following information):

leandrosantoss commented 2 days ago

Hi @treoden I believe it is the same problem that happens in GraphQL. The query is limited and I need to send the "limit" in the filter for it to work.

leandrosantoss commented 2 days ago

@treoden this is a Critical bug for me

image

Some change was made and it is limiting the system. Here it only lists 20, and in the database I have 114.

image