Jacob
Results
2
comments of
Jacob
Same thing started happening for me in on production servers. Noticed it about a month ago.
For what it's worth, I solved this by fixing 2 issues: **First Issue:** I was double returning the download, so: `return response()->download($fastExcelJob->download($filename));` The $fastExcelJob->download is returned by another class. I...