GyutaeQ
GyutaeQ3w ago

chromium tag code doesn't work suddenly.

The following code used to work fine, but at some point it started closing automatically whenever I open a new page. Can anyone help me with this? I'm using the cloud version and using the built-in chromium tags. Here's the code I used to check the behavior
No description
1 Reply
rubenf
rubenf3w ago
You should try using the proper browser args:
args: ['--no-sandbox', '--single-process', '--no-zygote', '--disable-setuid-sandbox', '--disable-dev-shm-usage', '--disable-gpu'],
args: ['--no-sandbox', '--single-process', '--no-zygote', '--disable-setuid-sandbox', '--disable-dev-shm-usage', '--disable-gpu'],
Also your last payment failed so your workspace will be cancelled soon fyi (the --no-sandbox is the most important arg here)