algolia / firestore-algolia-search

Apache License 2.0
112 stars 35 forks source link

ALGOLIA - Taking to long to process #230

Closed prachipal19 closed 3 weeks ago

prachipal19 commented 4 weeks ago

I installed the Algolia extension. I configured it with the necessary settings. The extension is currently in the processing status, but it is taking too long.

Expected result The extension should process quickly and complete the configuration. Actual result The extension is stuck in the processing status for an extended period.

CodeRebirth commented 3 weeks ago

Same with me

prachipal19 commented 3 weeks ago

I followed these steps, and the issue was resolved:

For the Algolia API Key, go to the Algolia dashboard and navigate to Settings > API Keys > All API Keys, then click New API Key. Under Indices, select the index you created earlier. In the ACL field, include these options: addObject, deleteObject, listIndexes, deleteIndex, editSettings, and settings. Click Create, then copy the generated API Key and enter it in the appropriate field.

CodeRebirth commented 3 weeks ago

Yes, this fixed my problem too. Thanks