meilisearch / strapi-plugin-meilisearch

A strapi plugin to add your collections to Meilisearch
https://meilisearch.com
MIT License
223 stars 58 forks source link

Strapi hangs with the following error #954

Open TechWithYou opened 1 month ago

TechWithYou commented 1 month ago

Description Strapi hangs with the following error and you need to restart the service.

Expected behavior If there is an issue it should fail gracefully.

Current behavior Strapi hangs and is not responding.

Screenshots or Logs 0|yarn | privateFields.forEach(attr => delete entry[attr]) 0|yarn | ^ 0|yarn | 0|yarn | TypeError: Cannot convert undefined or null to object 0|yarn | at /home/ubuntu/fs-strapi/node_modules/strapi-plugin-meilisearch/server/services/meilisearch/config.js:211:52 0|yarn | at Array.forEach () 0|yarn | at /home/ubuntu/fs-strapi/node_modules/strapi-plugin-meilisearch/server/services/meilisearch/config.js:211:23 0|yarn | at Array.map () 0|yarn | at Object.removeSensitiveFields (/home/ubuntu/fs-strapi/node_modules/strapi-plugin-meilisearch/server/services/meilisearch/config.js:210:22) 0|yarn | at sanitizeEntries (/home/ubuntu/fs-strapi/node_modules/strapi-plugin-meilisearch/server/services/meilisearch/connector.js:41:26) 0|yarn | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 0|yarn | at async /home/ubuntu/fs-strapi/node_modules/strapi-plugin-meilisearch/server/services/meilisearch/connector.js:128:27 0|yarn | 0|yarn | Node.js v18.19.1 0|yarn | error Command failed with exit code 1.

Environment (please complete the following information):

curquiza commented 1 month ago

Hello @TechWithYou

Can you detail the steps to trigger this error?