--no-sandbox does not work
See original GitHub issueWhen 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:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Broken since https://github.com/RelaxedJS/ReLaXed/commit/d4b2b29503b552a4ad646c714fc92af06e4b603b
The provided PR should fix this.