verumconsilium / laravel-browsershot

Browsershot wrapper for Laravel 5
MIT License
110 stars 19 forks source link

Screenshot facade times out #12

Open MusabAkram opened 5 years ago

MusabAkram commented 5 years ago

I'm using screenshot to generate image of the view I created.

here is the code for what I'm doing,

use VerumConsilium\Browsershot\Facades\Screenshot;
return Screenshot::loadView('promoImage')
        ->useJPG()->download();

This gives error => exceeded the timeout of 60 seconds

works fine when converting view to PDF.

Alzy commented 2 years ago

Did you ever figure out why it times out? I'm having the same issue in my project