Hi,
I have recently set up the exporting in my Laravel app with success. It exports to Excel and PDF, both in my local env and in the cloud env as well. Last week only the PDF started to generate a valid PDF file but with a blank page in the cloud env. In my local env is all good.
In the cloud container I executed composer clear-cache
followed by composer update
. The proccess went fine. Then I checked that vendor/koolreport/export/bin/phantomjs
file permissions were -rwx------
. I set it to 755
then 777
, but neither of them worked.
Here is a sample file of the result I'm getting, if it helps: https://drive.google.com/open?id=1pGbFEZXIp3P03v2zdyHVGGoTW9R3cO24
I don't know where to look at to figure out what is happening, because I don't have an error message/code. Any advice on this ?
Thank you in advance.