wizbii / strapi-plugin-strapi-algolia

A strapi plugin that index items to algolia
https://market.strapi.io/plugins/strapi-plugin-strapi-algolia
9 stars 3 forks source link

Strapi 5.1.0 with plugins version 2.0.0 - Cannot indexing the content #15

Open hoqkhanh opened 4 days ago

hoqkhanh commented 4 days ago

We installed the plugins with plugins config:

'strapi-algolia': { enabled: true, config: { apiKey: env('ALGOLIA_ADMIN_KEY'), applicationId: env('ALGOLIA_APP_ID'), contentTypes: [ { name: 'api::account-type.account-type' }, { name: 'api::blog.blog' }, { name: 'api::market-page.market-page' }, { name: 'api::more-resource.more-resource' }, { name: 'api::platform.platform' }, { name: 'api::trading.trading' }, ], }, }, After that, we ran the indexing button in the content management section:

Screenshot 2024-10-22 at 11 02 34

But In the algolia, we don't see any index record

Screenshot 2024-10-22 at 14 18 13

Also we checked the algolia API log, it just pushed the deleteObject to the algolia indexing API

Screenshot 2024-10-22 at 11 02 22

Please advise us on our case.

squelix commented 4 days ago

I'm going to look at this bug :)

hoqkhanh commented 3 days ago

Thank you so much @squelix