cancel
Showing results for 
Search instead for 
Did you mean: 

Can't export products

Can't export products

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.)

Captura-magento.JPG

 

When I clic on continue, I get this message:

 

Captura-magernto2.JPG

 

What am I doing wrong? Doing the same procedure on other Magento installations, I can export product without any issue.

Thanks!!!

2 REPLIES 2

Re: Can't export products

Hello @carlasgio6 

 

Please run the below command:

php bin/magento queue:consumers:start exportProcessor

I hope it helps.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Can't export products

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/