Closed
Description
We're adding our products with Rest. There was already one bug with it: #1720
But now there is another one. We set our indexes to update by schedule (config is default). When we add a product with rest, and enable it in backend. It's not visible in the frontend. In the backend everything looks fine. Even when we manually rebuild index (magento indexer:reindex), the product isn't visible.
When we do the same routine with indexes set to on update, it works like expected, except for the bug mentioned earlier.