From cf384e712a197f07fff788ffc678283267c12ab4 Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 6 Feb 2025 14:10:22 +1100 Subject: [PATCH] feat: added troubleshooting section to contributor doc --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f8829103..888447222 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -264,6 +264,17 @@ yarn start-prod # Start Session! This will build the project and start the application in production mode. +### Troubleshooting + +
+The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. + +This error is caused by the [Electron](https://www.electronjs.org/) sandbox not being able to run. This is a security feature and not a bug. You can run the application with the `--no-sandbox` flag to disable this behavior. + +```sh +yarn start-prod --no-sandbox # Start Session! +``` + ### Hot reloading More often than not, you'll need to restart the application regularly to see your changes, as there