Centos 7 - Unable to launch chromium
See original GitHub issueI am getting below error in centos 7 and i tried many options on internet but nothing is working
Starting browser Unable to launch browser mode in sandbox mode. Lauching Chrome without sandbox. (node:7975) UnhandledPromiseRejectionWarning: Error: Failed to launch the browser process! …/…/base/allocator/partition_allocator/partition_address_space.cc(41) Check failed: reserved_base_address_
TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
at onClose (/home/xyz/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:193:20)
at Interface.<anonymous> (/home/xyz/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:183:68)
at Interface.emit (events.js:327:22)
at Interface.close (readline.js:424:8)
at Socket.onend (readline.js:202:10)
at Socket.emit (events.js:327:22)
at endReadableNT (internal/streams/readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
(Use node --trace-warnings ... to show where the warning was created)
(node:7975) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
** I tried every option on issue https://github.com/puppeteer/puppeteer/issues/2857 but nothing is working for me
Issue Analytics
- State:
- Created 3 years ago
- Comments:13

Top Related StackOverflow Question
This fixed it for me.
For me it was already working on root, but not sub accounts, after following the instructions above, it works on sub accounts
i did before open add a comment