Closed chalov-anton closed 4 years ago
Hi @chalov-anton. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
Cannot reproduce locally with launched:
bin/magento queue:consumers:start media.gallery.synchronization
bin/magento queue:consumers:start media.content.synchronization
Looks like we need to configure cloud to run consumers https://devdocs.magento.com/guides/v2.4/config-guide/mq/manage-message-queues.html https://devdocs.magento.com/cloud/env/variables-deploy.html#cron_consumers_runner
Cloud instance was configured to run consumers as part of cron:run
.
Locally several executions of bin/magento cron:run
are required after enabling media gallery to update the content links.
(can be checked in queue_message
and queue_message_status
tables - 4
is success status).
@chalov-anton can you please retest the issue on cloud and local environments using the instructions above
@sivaschenko Rechecked on the Claud instance with the updated configuration. The Used In appeared in details page after some time.
Great, thank you!
Preconditions (*)
Steps to reproduce (*)
bin/magento cache:clean
Expected result (*)
The image is Used In Categories(1) should be displayed
Actual result (*)
Note
The Used in info will appear after running
bin/magento media-content-sync