cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading file in backoffice

0 Kudos
297

Hi,

Suddenly downloading files stopped working, it happend after merging two big branches. There were a lot of changes, that's why it's hard to find a reason, why it happened. There were no big changes in our backoffice extension, so it doesn't look like it is caused by that. What can be he reason? There are no errors in log files, it happens in OOTB backoffice places and in custom perspective as well.

View Entire Topic
former_member638520
Contributor
0 Kudos

Hi,

What version do you use? What does it mean that downloading files stopped working? Which files? Could you post some examples? Have you checked for example exporting excel file?

Regards,

Lukasz

0 Kudos

When I click on "download" button, popup closes, but no file is beeing downloaded(with no error). I tried it on our custom perspective that should return csv file. On default ones donwloading csv for orders and cronjob log files.

former_member638520
Contributor
0 Kudos

I've checked downloading csv for orders and it works. Have you checked this scenario on different browsers? Perhaps your browser blocks the content

Regards Lukasz

0 Kudos

I accidentally found a reason of that. Newly implemented XSS header was blocking backoffice iframe. Thanks for help