diff --git a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts index bd806c04..6078c87a 100644 --- a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts +++ b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts @@ -144,7 +144,7 @@ export class WhatsappDirectLine extends GBService { const createClient = async (browserWSEndpoint) => { let puppeteer: any = { - headless: true, args: [ + headless: false, args: [ '--no-sandbox', '--disable-setuid-sandbox', '--disable-dev-shm-usage',