Merge Dev in Staging

This commit is contained in:
Arnaud D. Natali 2023-10-06 16:10:06 +02:00 committed by GitHub
commit 7dbc608099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,8 +72,8 @@ export default class AnchoringProofService extends BaseService {
*/
public async generate(data: AnchoringProofData): Promise<Buffer> {
const browser = await puppeteer.launch({
headless: "new",
args: ["--no-sandbox", "--disable-setuid-sandbox"],
headless: true,
args: ["--no-sandbox", "--disable-gpu"],
});
const page = await browser.newPage();