The actor can't start
Can someone help to looking to my actor? I got this error while start.
My running log: runs/4wHMj7J2uLkrqVGM5#log

4 Replies
metropolitan-bronze•13mo ago
Hey @antan_se ,
Please use the following image in Dockerfile:
adverse-sapphireOP•13mo ago
Hello @Hamza,
I tried, but still not working. My log of running
https://api.apify.com/v2/logs/dYhIMKdpkbmiqaO3g
metropolitan-bronze•13mo ago
You are getting the following error:
You can resolve this by setting the
headless
option to true
Or by adding updating the run command in Dockerfile from:
CMD npm start --silent
to:
CMD ./start_xvfb_and_run_cmd.sh && npm start --silent
adverse-sapphireOP•13mo ago
It worked, thank for you help @Hamza