checked logs for servers - all are the same.
In browser I see that correct url is formed (see below), but no any response on NGINX..
admin/admin/export/export/key/6d72462cbaff48b1b3c5bafgab24cd201b3b51193ee2d87c18077/entity/catalog_product/file_format/csv
Checked on Ubuntu 14.04, Chrome, Firefox, Win10 Chrome.
What can be the reason of that? some server settings?
Update:
checked that none of CSV files are downloaded with this enviroment, not only export page, but import page as well for:
'Download full report' for errors after pressing 'Check data '
and
'Download Sample File' for any entity.
Found out that the problem was in header content-length in file
\Magento\Framework\App\Response\Http\FileFactory
in method create
Temporarily fixed by making plugin for this method where I just deleted line with sending content-length header.
usuyukiso thanks, just in time !!!
@usuyukiso, thank you for your report.
We were not able to reproduce this issue by following the steps you provided. If you'd like to update it, please reopen the issue.
We tested the issue on 2.3.0-dev, 2.2.0, 2.1.9
@usuyukiso
Was you using Cloudflare on your server?
The http2 on Cloudflare checks the file size, while the file size is not correct then you would be fail to download the file.
Disable http2 will do the trick
Found out that the problem was in header content-length in file
\Magento\Framework\App\Response\Http\FileFactory
in methodcreate
Temporarily fixed by making plugin for this method where I just deleted line with sending content-length header.
I keep getting this error (Magento 2.3.3) unfortunately this didn't work.
Found out that the problem was in header content-length in file
\Magento\Framework\App\Response\Http\FileFactory
in methodcreate
Temporarily fixed by making plugin for this method where I just deleted line with sending content-length header.I keep getting this error (Magento 2.3.3) unfortunately this didn't work.
Might be cause of space.
Found out that the problem was in header content-length in file
\Magento\Framework\App\Response\Http\FileFactory
in methodcreate
Temporarily fixed by making plugin for this method where I just deleted line with sending content-length header.I keep getting this error (Magento 2.3.3) unfortunately this didn't work.
Might be cause of space.
There is enough space available on my VPS. Also, export file is a very small file.
Most helpful comment
Found out that the problem was in header content-length in file
\Magento\Framework\App\Response\Http\FileFactoryin method
createTemporarily fixed by making plugin for this method where I just deleted line with sending content-length header.