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
i have integrated the unlighouse framework into my nuxt3 project and its working like a charm in my local machine. when i run the same code in dev server (with chrome) i am getting (Running as root without --no-sandbox is not supported. See https://crbug.com/638180.) error. I have added the below config in unlighthouse.config.ts file:
puppeteerOptions: {
headless: true,
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
yet i am getting the same error. My dev server has only root access and cannot add user to change the user of chrome. So is there any other configuration to mention "--no-sandbox" argument when i run the chrome in dev server for unlighthouse.
The text was updated successfully, but these errors were encountered:
Details
i have integrated the unlighouse framework into my nuxt3 project and its working like a charm in my local machine. when i run the same code in dev server (with chrome) i am getting (Running as root without --no-sandbox is not supported. See https://crbug.com/638180.) error. I have added the below config in unlighthouse.config.ts file:
puppeteerOptions: {
headless: true,
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
yet i am getting the same error. My dev server has only root access and cannot add user to change the user of chrome. So is there any other configuration to mention "--no-sandbox" argument when i run the chrome in dev server for unlighthouse.
The text was updated successfully, but these errors were encountered: