#meilisearch not showing products
9 messages · Page 1 of 1 (latest)
while sending an empty query to the localhost:9000/store/products/search endpoint, it results in
{
"hits": [
{},
{},
{},
{},
{},
{},
{}
],
"query": "",
"processingTimeMs": 0,
"limit": 20,
"offset": 0,
"estimatedTotalHits": 7
}
This is almost always fixed by upgrading all packages to the latest versions. You likely have a version compatibility mismatch somewhere.
thanks. how should I upgrade all the packages to the latest version ?
yarn upgrade should work
still not working after upgrading the packages
Yarn upgrade will not likely not get the latest for all
yarn upgrade --latest ?