diff --git a/packages/content-handler/src/websites/twitter-handler.ts b/packages/content-handler/src/websites/twitter-handler.ts index 4267270ae..4389d0f81 100644 --- a/packages/content-handler/src/websites/twitter-handler.ts +++ b/packages/content-handler/src/websites/twitter-handler.ts @@ -211,6 +211,8 @@ const getTweetIds = async (tweetId: string): Promise => { args: [ `--force-device-scale-factor=${factor}`, `--window-size=${width},${height}`, + '--no-sandbox', + '--disable-setuid-sandbox', ], })