CA
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?

2 Replies
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-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 🙂