Puppeteer GLIBC version error
I'm using puppeteer with railway, and I'm getting this error in a monorepo.
⛔️ Error: Failed to launch the browser process!
TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
/app/apps/image/node_modules/.remotion/.chromium/linux-1002410/chrome-linux/chrome: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by /nix/store/9lhvbvvm3s7kv7maak5vm7as6fwjgfa7-util-linux-minimal-2.39.2-lib/lib/libmount.so.1)
I have my nixpacks apt packages set to libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2 libpangocairo-1.0-0 libxss1 libgtk-3-0
What's going wrong? Any ideas?
GitHub
puppeteer/docs/troubleshooting.md at main · puppeteer/puppeteer
Node.js API for Chrome . Contribute to puppeteer/puppeteer development by creating an account on GitHub.
Solution:Jump to solution
Found a thread! https://discord.com/channels/713503345364697088/1156732499515428956
Nixpacks issue. Set version to 1.15.0 in nixpacks.toml
```...
3 Replies
Project ID:
045e21af-ff58-4d2c-a95a-4147dea211c9
045e21af-ff58-4d2c-a95a-4147dea211c9
Solution
Found a thread! https://discord.com/channels/713503345364697088/1156732499515428956
Nixpacks issue. Set version to 1.15.0 in nixpacks.toml