Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Firefox only downloads PDF successfully first time after cache clear

  • 2 ответа
  • 0 имеют эту проблему
  • 1 просмотр
  • Последний ответ от 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