deckdeckgo
deckdeckgo copied to clipboard
cloud firestore incompatible with puppeteer > v3
See issue which I am still able to reproduce even if closed.
/workspace/node_modules/puppeteer/.local-chromium/linux-756035/chrome-linux/chrome: error while loading shared libraries: http://libgbm.so.1: cannot open shared object file: No such file or directory
meanwhile I revert and stick to the v2.1.1
This is actually the issue to follow: https://github.com/puppeteer/puppeteer/issues/5704
@peterpeterparker Do you have any update or schedule to fix?
@ryor1986 on our side we have reverted to V2, so our production (our web editor) works fine
The puppeteer itself I don't know more than you, the issue to follow is: https://github.com/puppeteer/puppeteer/issues/5704
I updated puppeteer to the latest version("puppeteer": "^5.4.1" / "@types/puppeteer": "^3.0.4") and confirmed it works in cloud functions.
I'm working.
- puppeteer: ^5.4.1
- Node: 12
- args: ["--no-sandbox"]
If args is empty, not working.