CA
Crawlee & Apify•3y ago
correct-apricot

puppeteer Troubleshooting while creating a new build

Currently I am integrating a new actor on Apify but while starting the build I get an Error (see picture). How can I fix this specific issue?
No description
2 Replies
magic-amber
magic-amber•3y ago
You probably have wrong Dockerfile image or don't have browser installed. Start again with new CLI project or create new actor on platform and copy from there. It must be the same type (cheerio and puppeteer have different ones)
correct-apricot
correct-apricotOP•3y ago
Thank you! I just changed one line in the docker file: FROM apify/actor-node-puppeteer-chrome:16 and now it worked 🙂

Did you find this page helpful?