Hello,
I found a solution in fixing this error above today.
You need to mod_security -
Web Application Firewall
Custom directives
Then add the following code here
This will fix your problem.
<IfModule mod_security2.c>
SecResponseBodyLimit 546870912
</IfModule>