'PhpMyAdmin v5.1.3 Export Suddenly Stop Working Chrome Failed - Network Error

Have anyone experienced an issue with phpmyadmin suddenly stop exporting? I am running MariaDB 10.3.28, nginx, Php 8.0.17 on Rocky Linux. I don't know if the recent update from Rocky Linux breaks something but I was using the export function 2-3 week ago.

I looked at the nginx error log and there was non being recorded. I enable debug in the log and I got:

writev() Failed 32 Broken pipe while sending to client...

I tried to disable firewalld, selinux and tweak nginx config that I can think off, nothing helped.

Anyone can give me a hint please, it will greatly appreciated.

Thanks!



Solution 1:[1]

Tl;dr

Today I had a problem very close to the one you are experiencing. I fixed it reverting to the previous version of phpmyadmin (5.1.1).


What I did (I'm using docker):

Nginx error log:

*96 client canceled stream 1 while reading upstream, client: ...

I tried first editing nginx proxy_buffering alongside proxy_request_buffering without luck

Editing phpmyadmin mime_type variable inside Export.php class does not resolve the problem

At the end I looked up docker hub and found that a new version was pushed 11 hours ago I then decided to revert to previous version and everything works as expected

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Diego