like-gold•2y ago
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
environmental-rose•2y ago
Hey @antan_se ,
Please use the following image in Dockerfile:
like-goldOP•2y ago
Hello @Hamza,
I tried, but still not working. My log of running
https://api.apify.com/v2/logs/dYhIMKdpkbmiqaO3g
environmental-rose•2y 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 --silentlike-goldOP•2y ago
It worked, thank for you help @Hamza