Chromium can not start (AlmaLinux)

Job ID: 38382509

Budget: $10 – $30 USD

I have a hobby project and one part of that project is simple puppeteer scraper using chromium. Everything worked on the old server but I can not make it work on the new server (cloudlinux on top of almalinux).

This is the steps i followed:
1. I manualy downloaded chromium from:
https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html (linux 64)
2. I put it on the path below and set that pat in puppeteer:
puppeteer.launch({
executablePath: "./node_modules/puppeteer/.local-chromium/chrome/linux-1108766/chrome-linux/chrome"
})
3. I put permitions on chrome file to 755
Related categories: JavaScript Linux Web Scraping