getcandy / hub

GetCandy v1 Hub built on Nuxt.js
30 stars 9 forks source link

Category index page fails as the search request asks for nonexisting relationships and fails #19

Closed Repox closed 4 years ago

Repox commented 4 years ago

When visiting the category index in the hub, the search query parameters ask for the following inclusions:

The family and variants does not exist on the Category model in the API and therefore fails.

alecritson commented 4 years ago

This should be solved in 0.9.15 of @getcandy/hub-categories

Repox commented 4 years ago

Confirmed solved.