Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upWhere to deploy puppeteer projects ? (question) #726
Comments
This comment has been minimized.
This comment has been minimized.
My understanding with Google Cloud functions (and others) is that there are a couple of limitations:
The solution is to use something like Heroku, App Engine Flex, Google Compute Engine, or AWS where you have full control over the environment. Docker being an excellent choice. We just put up an example Dockerfile that shows how to install the correct version of Chrome to make Puppeteer work with Chrome headless (Linux). Related issues: |
aslushnikov
closed this
Sep 9, 2017
This comment has been minimized.
This comment has been minimized.
Thanks @ebidel , I'm not familiar with Docker. but I also tried to deploy to Vultr Ubuntu 16.04 x64
|
This comment has been minimized.
This comment has been minimized.
@jasan-s You need to make sure the requirements are installed. Check the |
This comment has been minimized.
This comment has been minimized.
I wrote a simple guide that includes the steps to get an app running puppeteer on Heroku: https://timleland.com/headless-chrome-on-heroku/ |
This comment has been minimized.
This comment has been minimized.
cemheren
commented
Mar 12, 2018
Not sure if anyone'd be interested but, I started providing Puppeteer as a service. Take a look at https://konvoy.io/. There is a good Free tier which is hopefully enough for most experimental workloads. |
This comment has been minimized.
This comment has been minimized.
https://konvoy.io/playground/ looks familiar :p |
This comment has been minimized.
This comment has been minimized.
cemheren
commented
Mar 12, 2018
Haha, you were my inspiration :D |
meatwad5675
referenced this issue
May 30, 2018
Closed
Automate updating google fonts json & images #33
This comment has been minimized.
This comment has been minimized.
Robula
commented
Jun 22, 2018
•
This comment has been minimized.
This comment has been minimized.
reco
commented
Aug 8, 2018
with the new node8 you can deploy it on google cloud functions |
jasan-s commentedSep 9, 2017
•
edited
Heroku, GAE, AWS Beanstalk ? I'd prefer something like Google cloud functions, where I only pay for the usage the task runs. However I tried on Cloud functions, Heroku and GAE. But it failed on all three. With 502 Error on Heroku and GAE