SpartnerNL / Laravel-Nova-Excel

🚀 Supercharged Excel exports for Laravel Nova Resources
https://docs.laravel-excel.com/nova/1.0/
MIT License
378 stars 73 forks source link

[QUESTION] Download of file "forbidden" on production server but works fine locally #131

Open codebetjens opened 2 years ago

codebetjens commented 2 years ago

Prerequisites

Versions

Description

When trying to export on my production-server, Chrome seems to be downloading the file but then it states "Failed - Forbidden" instead of downloading the file. I think it has to do with some file rights on the server, and that the renaming of the file causes this issue. The file is generated and I can download it directly with ssh. Is there any way of disabling the renaming-process of the export-file and just keep the "ugly" name?

patrickbrouwers commented 2 years ago

Have a look here: https://github.com/SpartnerNL/Laravel-Nova-Excel/issues/85