[RESOLVED] Running Puppeteer on cloud Linux server got error: Failed to load GLES library: …/chrome-linux/libGLESv2.so: cannot open shared object file: Permission denied
After searching tons of pages and trying plenty of parameters, I found that only keeping these three parameters ‘–no-sandbox’, ‘–disable-setuid-sandbox’, ‘–disable-gpu’ for launching the Puppeteer...