Pages

19 May, 2022

Laravel 9 - ERROR: The body of "Symfony\Component\Mime\Part\TextPart" must be a string or a resource (got "Illuminate\Http\Response") [duplicate]

 

Answer

1

I just solved the problem...

Actually it is not related with Laravel upgrade...

But actually it has problem with barryvdh/laravel-dompdf newer version...

After upgrade laravel-dompdf, I need to use $pdf->output() instead of $pdf->stream($pdf_name)..

Then my problem solved..

The solution is based on this question actually: https://stackoverflow.com/a/60947707/5179633

No comments:

Post a Comment

Thanks