Puppeteer & Browserless Host Bug

I asked the question through slack too.

Workflow : https://pipedream.com/@super09kr/3-9-sync-p_95CreJg/build
Slack Thread : Slack


(Original Question)

Hi. I continuously get error message for puppeteer & browserless combination.
I can run this code locally but it doesn’t work on pipedream…?
Is this a known problem that I can solve?

const puppeteer = require(‘puppeteer-core’) const browser = await puppeteer.connect({ browserWSEndpoint: [wss://chrome.browserless.io?token=${this.browserless.$auth.api_key}](wss://chrome.browserless.io/?token=${this.browserless.$auth.api_key}) }) const page = await browser.newPage()