question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

--no-sandbox does not work

See original GitHub issue

When i run

./node_modules/.bin/relaxed temp/my.pug --build-once

then I can see these logs

--- puppeteerConfig= { headless: true,
  args:
   [ '--no-sandbox',
     '--disable-translate',
     '--disable-extensions',
     '--disable-sync' ] }

In another case when I run next line

./node_modules/.bin/relaxed temp/my.pug --no-sandbox --build-once

then I can see next logs

--- puppeteerConfig= { headless: true,
  args:
   [ '--disable-translate',
     '--disable-extensions',
     '--disable-sync' ] }

Fix it please

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
DanielRufcommented, Apr 23, 2019

The provided PR should fix this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No Sandbox | no-sandbox
This sandbox uses OS-specific features to ensure that exploits in the renderer process cannot harm the system. Usually this is not a problem...
Read more >
Need a way to run with --no-sandbox by default #18265 - GitHub
Any issues users are having with the SUID sandbox on linux can be fixed by either correctly configuring the OS or ensuring the...
Read more >
Command Line Flags --no-sandbox Stability and Security will ...
Transcript · How To Fix The Google Chrome won't load Problem [FIXED] · This 8" hard drive doesn't seem to exist (or does...
Read more >
no-sandbox is not supported) error in centos - LinuxHelp
Close other tabs, extensions, and apps. Restart Chrome. Restart the computer. Check for malware. Open the page in another browser. Troubleshoot ...
Read more >
javascript - why is "--no-sandbox" a unsafe arg in puppeteer?
There is a very useful answer on stackexchange why sandboxes should be used. Overall the process sandbox just puts the process in some...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found