Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Firefox only downloads PDF successfully first time after cache clear

  • 2 답장
  • 0 이 문제를 만남
  • 27 보기
  • 최종 답변자: brendan8

more options

I'm developing a PHP Symfony based website powered by nginx-full 1.18.0-6ubuntu14.4, one of the functions is to allow people to download a PDF invoice.

When it fails Firefox shows an alert "Downloading (Failed) The browser application closed unexpectedly."

On my linux desktop; when I use Chromium 114.0.5735.198 this functions works 100% of the time. when I use Firefox 114.0.2 (64-bit) the PDF download only works ONCE after that the download never completes and I'm left with a partial/corrupted 75.7KiB file named filename.Br-neZWO.pdf.part etc.

I have discovered that if I clear the firefox cache I can perform one successful download again. or I can restart Nginx and again Firefox will perform one successful download again.

I've tried altering many Nginx settings, cache, gzip, sendfile etc with no effect. It might be Nginx related but it does not effect Chrome at all which is why I've started this ticket.

Any help in debugging this would be greatly appreciated.

I'm developing a PHP Symfony based website powered by nginx-full 1.18.0-6ubuntu14.4, one of the functions is to allow people to download a PDF invoice. When it fails Firefox shows an alert "Downloading (Failed) The browser application closed unexpectedly." On my linux desktop; when I use Chromium 114.0.5735.198 this functions works 100% of the time. when I use Firefox 114.0.2 (64-bit) the PDF download only works ONCE after that the download never completes and I'm left with a partial/corrupted 75.7KiB file named filename.Br-neZWO.pdf.part etc. I have discovered that if I clear the firefox cache I can perform one successful download again. '''or''' I can restart Nginx and again Firefox will perform one successful download again. I've tried altering many Nginx settings, cache, gzip, sendfile etc with no effect. It might be Nginx related but it does not effect Chrome at all which is why I've started this ticket. Any help in debugging this would be greatly appreciated.

선택된 해결법

SOLVED: In our code there was a missing "exit" after download function. Chrome was obviously more tolerant for some reason. Specifically after dompdf download function ( $dompdf->stream() ) we added exit; which made all the difference.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (2)

more options

I should of also mentioned the problem persists even using safe-mode so its not extension related.

more options

선택된 해결법

SOLVED: In our code there was a missing "exit" after download function. Chrome was obviously more tolerant for some reason. Specifically after dompdf download function ( $dompdf->stream() ) we added exit; which made all the difference.

글쓴이 brendan8 수정일시