spatie / laravel-pdf

Create PDF files in Laravel apps
https://spatie.be/docs/laravel-pdf
MIT License
729 stars 56 forks source link

spatie/pdf not work on production #190

Open Darnes1958 opened 1 month ago

Darnes1958 commented 1 month ago

I install spatie/pdf and puppeteer , it work well in local but when deployment to server it is not work. fisrt error about chaching as I search I had create .puppeteerrc.cjs and add this content : const {join} = require('path');

/**

the error is disapeare but another error is rise after take log period of process: Page.printToPDF timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed. at

the server is windows serve with Plesk panel