-
Notifications
You must be signed in to change notification settings - Fork 340
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
Multiple time "catalog_product index does not exist yet. Make sure everything is reindexed" #2775
Comments
Do you have a complete stack trace of the error ? I'm curious to see what is the root of this call. Such message means that you are not having an Elasticsearch index for products, which is probably not the case, otherwise the website himself should be completely non-functioning. Regards |
@romainruaud - Here is the full stack trace. If you need more information, let us know. [2022-11-10T14:08:04.681466+00:00] report.CRITICAL: LogicException: catalog_product index does not exist yet. Make sure everything is reindexed. in /app/hh47pligx5ajk/vendor/smile/elasticsuite/src/module-elasticsuite-core/Index/IndexOperation.php:118 |
OK I think I understand. It's a cronjob or a command that is reindexing the comwrap-blog contents into Elasticsearch. It seems that you have blog posts that are containing widgets. When indexing the blog post, the Comwrap_ElasticsuiteBlog module tries to render the widget, here : And to render it, it tries to emulate the frontend, so it ends up doing an Elasticsearch query. This query fails, probably because it tries to instantiate a search request on the "admin" website, since it's done in a "cron / cli" context. I'm not sure it's relevant to render widgets prior to indexing blogpost content. This blog post is also probably missing in the search index for blog posts. As this is done by a third party extension, you should probably try to contact ComWrap to check if they could fix this. Regards |
Thank you for the trail, We will start there and keep you posted. |
I close, since it's due to a third party module. |
Preconditions
Recently upgraded to M2.4.4p2 with ElasticSuite 2.10.10 and since, we see a lot of occurence of the mentioned error.
Magento Version : Magento EE 2.4.4p2 on Cloud
ElasticSuite Version : 2.10.10
Environment : Production
Third party modules :
The text was updated successfully, but these errors were encountered: