Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Cannot destructure property 'updateId' of '(intermediate value)' as it is undefined. #178

Closed
shadracnicholas opened this issue Jun 5, 2021 · 1 comment

Comments

@shadracnicholas
Copy link

Current behavior
The bellow error gets thrown when trying to reload the server after adding a the plugin on search. Hooks section is stuck at "Realoded Needed"

Logs

This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
TypeError: Cannot destructure property 'updateId' of '(intermediate value)' as it is undefined.
at batchAddCollection (/xxxxx/node_modules/strapi-plugin-meilisearch/controllers/meilisearch.js:147:13)

Environment (please complete the following information):

  • OS: MacOS BigSUR
  • MeiliSearch version: [v.0.20.0]
  • strapi-plugin-meilisearch version: [v0.2.1]
  • Strapi version: [v3.6.3]
@shadracnicholas
Copy link
Author

Upgrading to version 0.3.1 solved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant