[Solved] Error while using puppeteer

Anyone know what the error

[1106/213055.298228:FATAL:zygote_host_impl_linux.cc(116)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.

calling _exit(1). core file will not be generated

mean? I’m using the last version of puppeteer. The error itself is 1000+ lines length but i can send the full error if needed.
Thanks in advance!

Edit:
I already fixed the issue using the flag given in the error but this is the only way?

Yes, you have to use the --no-sandbox flag when using puppeteer on Glitch.

1 Like

Alright thank you (post apparently need to be 20 chars length)