According to the docs here: Deploy a Web Scraper using Puppeteer, Node.js and Docker on Koyeb - Koyeb
We are suppose to use the chromium that is already installed:
executablePath: '/usr/bin/chromium-browser',
Unfortunately I am facing the following issue
Could not resolve the browser instance => TimeoutError: Navigation timeout of 30000 ms exceeded
When I run it locally I don’t have any issues.