I am fetching the stored data from Appwrite and trying to add this to the Meilisearch. But this is not working. I am doing the project for octernship.
TL;DR
The user is unable to add documents to Meilisearch after fetching from Appwrite. They are getting an error where only the index name is saving with 0 documents. They are using Node.js and Express for the project. They are looking for a solution or assistance with this issue.
Ankur Singh
9 Apr, 2023, 08:18
Where, const app = express();
safwan
9 Apr, 2023, 09:57
What isn't working?:
safwan
9 Apr, 2023, 09:57
What's the error you're getting?
Ankur Singh
9 Apr, 2023, 13:07
Data is not saving to Meilisearch only the index name is saving with 0 documents. This is the main issue.