You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some idea, I have some fails in CI randomly due to this. I think this has to do with the version of Chrome being installed not matching the version of Puppeteer being installed. I had no idea that was a thing until I saw similar issues. Thinking in future versions I would like to pull out the installation of Chrome. I had it in there because I was hoping layer cache would make it a lot faster of an install.
Hello,
Thank you for this docker.
However, I have a problem when I want to use your docker file, I have the following error :
(node:577) UnhandledPromiseRejectionWarning: Error: Unable to launch browser, error message: Could not find browser revision 782078
.But If I create the instance of Xvfb manually inside the container, Puppeteer works! But not with the entrypoint.sh
Do you have any idea?
Thank you for your support.
The text was updated successfully, but these errors were encountered: