I’m sorry to hear that you’re experiencing this error. As I mentioned earlier, Puppeteer is not supported in Pipedream due to the limitations of the serverless environment where the workflows run. Pipedream’s environment doesn’t support launching a full browser instance, which is required by Puppeteer. If you’re trying to scrape websites or automate browser-like activity, you might want to consider using other libraries that are supported in Pipedream, such as axios for making HTTP requests, or jsdom for parsing and manipulating HTML. If you need further assistance, please visit https://pipedream.com/support for more support options.