Hello I am using laravel+koolreport. I have nginx proxy server running with a docker. The laravel project is running in another docker container. While trying connect to the report from nginx to larvel api routes it is conneced. But PDF is generating empty.
This is my setting ->settings(array(
"useLocalTempFolder"=>true,
"autoDeleteLocalTempFile"=>true,
"phantomjs"=> config('app.koolreport_phantomjs_path'),
"serverLocalAddress" => 'localhost',//config('app.koolreport_server_local_address'),
))
Please help me