Nemanja Ivanis
Nemanja Ivanis
It is a bit of a complicated issue to replicate, i have managed to resolve it with setting a timeout and calling the API only on the targetNode. If you...
``` $pdf = \PDF::loadView('layouts.pdf', compact('otherContact', 'currentDate', 'companyData', 'clinic', 'employee', 'startDate', 'endDate', 'qualification'))->setPaper('a4', 'portrait'); Storage::disk('local')->put('clinics/' . $clinic->id . '/contracts/' . $pdfName, $pdf->output()); ``` I have no idea why are those empty......
I tried, but with no luck.