Fix nchor proof
This commit is contained in:
parent
eafe7b4d01
commit
3f4f10e60c
@ -22,6 +22,7 @@ export default class AnchoringProofService extends BaseService {
|
||||
public async generate(data: AnchoringProofData): Promise<Buffer> {
|
||||
const browser = await puppeteer.launch({
|
||||
headless: "new",
|
||||
executablePath: `/usr/bin/chromium`,
|
||||
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user