Add no-sandbox in the puppeteer args
This commit is contained in:
@ -211,6 +211,8 @@ const getTweetIds = async (tweetId: string): Promise<string[]> => {
|
||||
args: [
|
||||
`--force-device-scale-factor=${factor}`,
|
||||
`--window-size=${width},${height}`,
|
||||
'--no-sandbox',
|
||||
'--disable-setuid-sandbox',
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user