Closed JesusDR01 closed 12 months ago
Same here, please help
Thanks for filing the issue. I will investigate the issue when time allows, but since you are using the extender, I can't give it top priority, as our general community support does not cover that project.
Hi there. We highly appreciate you filing an issue and showing an interest in improving Medusa.
I apologize for the delayed response.
Moving forward, we aim to do better. But we would like to start fresh. Therefore, we are considering all older issues as stale and closing them, even though they might still be relevant.
Please don’t hesitate to re-open the issue (or create a new one) if you still need a resolution or an answer.
Thanks ❤️
Bug report
We are using medusa extender to add the columns: categoryLevelOne, categoryLevelTwo and categoryLevelThree in the product database.
We are using medusa plugin meilisearch
Describe the bug
When we start the medusa backend, meilisearch and database sync up successfully. Redis is working, meilisearch is working, everything seems good.
When we update a product in the admin panel and check meilisearch facets, we can see the facets is appearing correctly:
When we restart the medusa server and check it again, the facets are gone:
System information
Medusa version (including plugins):1.7.2 "@medusajs/medusa-cli": "^1.3.5", "medusa-plugin-meilisearch": "^1.0.0", "medusa-extender": "^1.8.1", "medusa-plugin-algolia": "^0.2.5", //unused "medusa-plugin-strapi": "^1.0.7-dev", //unused
Node.js version: v19.0.0 Database: postgres Operating system: Darwin 22.1.0
Steps to reproduce the behavior
Expected behavior
Facets should be displayed. It worked using 1.5.0 medusajs version.