medusajs / nextjs-starter-medusa

A performant frontend ecommerce starter template with Next.js 14 and Medusa.
https://next.medusajs.com/
MIT License
1.78k stars 497 forks source link

Index not being done - MeiliSearch #390

Closed chillpilllike closed 2 weeks ago

chillpilllike commented 3 weeks ago

The app isn ot indexing the products. Gives the following error on front end when search is opened:

Error: MeiliSearchCommunicationError: Index products not found.

Screenshot 2024-11-01 at 12 01 22 pm
chillpilllike commented 3 weeks ago

When we hit enter after typing keywords:

Screenshot 2024-11-01 at 12 03 14 pm
chillpilllike commented 3 weeks ago

I manually created index name "products" in Meilisearch but the frontend still shows as no products found. The system is not indexing the products and storing the data

chillpilllike commented 2 weeks ago

Can someone help please. it is urgent. customers unable to search for the products.

chillpilllike commented 2 weeks ago

meiliesearch functionality not yet added to backend by the team