Hi,
I have a fresh magento install (v. 2.3.5-p1) with porto theme. When I try to export products through System->Data Transfer->Export, nothing happens when I clic on continue.
In other magento installs, when I clic on continue, I get the csv file to store it on my computer.
The weird thing is that it found 73 records (as shown below), but when I clic on continue, no records where found. (I don't select any filter.)
When I clic on continue, I get this message:
What am I doing wrong? Doing the same procedure on other Magento installations, I can export product without any issue.
Thanks!!!
Hello @carlasgio6
Please run the below command:
php bin/magento queue:consumers:start exportProcessor
I hope it helps.
Run this command should solve the problem
php bin/magento queue:consumer:start exportProcessor
For more information about it refer this https://learningmagento.com/troubleshooting-export-products-csv-in-magento-2/