6 ms·
My headless Chrome app is currently running on GAE Flex. It requires a few extra packages like fonts-liberation and fonts-indic. Does GAE standard allow that?
by amitagarwal 8y ago
My headless Chrome app is currently running on GAE Flex. It requires a few extra packages like fonts-liberation and fonts-indic. Does GAE standard allow that?
- steren 8y agoYes, Node.js on GAE Standard comes with all the OS packages needed to run Headless Chrome. Learn more at https://cloud.google.com/appengine/docs/standard/nodejs/using-headless-chrome-with-puppeteer https://cloud.google.com/appengine/docs/standard/nodejs/usin...