mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:33:25 +00:00
try with shell instead
This commit is contained in:
@@ -14,7 +14,7 @@ const server = await preview({
|
||||
let browser;
|
||||
try {
|
||||
browser = await puppeteer.launch({
|
||||
headless: true,
|
||||
headless: 'shell',
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
||||
});
|
||||
const page = await browser.newPage();
|
||||
|
Reference in New Issue
Block a user