-
|
======Error Output:================ how to inscrease timeout |
Beta Was this translation helpful? Give feedback.
Answered by
dongon89
Sep 25, 2025
Replies: 1 comment
-
|
$pdf->withBrowsershot(function (Browsershot $browsershot) { this code solve the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dongon89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$pdf->withBrowsershot(function (Browsershot $browsershot) {
$browsershot->timeout(1800)->->setOption('timeout', 1800000)->setOption('protocolTimeout', 1200000);
});
this code solve the issue