You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Synology DSM devices, the custom Linux kernel obviously does not support Chromium’s native SUID sandbox. As a result, Anything LLM’s collector process fails to launch Chromium/Puppeteer with the following error:
[collector] error: Failed to scrape https://www.xyz.com. Error: Failed to launch the browser process!
[FATAL:zygote_host_impl_linux.cc(127)] No usable sandbox! Update your kernel or see …
If you want to live dangerously … try using --no-sandbox.
So far, not a single attempt - neither manual Docker entrypoint overrides nor command overrides - has been successful in reliably suppressing the sandbox error message.
It would be extremely helpful to expose a setting (e.g. ANYTHINGLLM_CHROME_FLAGS or similar) so that users on unsupported platforms can simply toggle sandboxing off without forking or rebuilding the container image.