Hey everyone! I've been trying to run SideQuest on my chroot (Linux environment inside of chrome os), however, every time I try doing so, error appears during launch and it never opens, the error is this :

[31385:0326/102115.891565:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /home/link/Downloads/SideQuest-0.10.33/chrome-sandbox is owned by root and has mode 4755. Trace/breakpoint trap (core dumped)

After I got that error I used the command:

chown -R 4755 /home/link/Downloads/SideQuest-0.10.33/chrome-sandbox

in root, but when I tried again in root it gave me this error:

[31907:0326/102425.874661:FATAL:electron_main_delegate.cc(252)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180. Trace/breakpoint trap (core dumped)

After that, I tried ./sidequest without root, only to get the same error I got in the beginning! Can anyone help because I'm genuinely stuck