After upgrading from 4.3.1 to 4.4.0 my cover page report crashes. One main difference from other reports is that the cover page has zero margins, both vertically and horizontally.
To ensure that this is just a version difference I have rebuilt my local docker image and re-rendered the report. The only difference between the two builds is the version number in the Dockerfile.
Occationally I can render the report on 4.4.0, but it mostly crashes.
As of now I cannot move to 4.4.0.
This is how the report should look. Has been working fine from v2 to v4.3.1

After upgrading to 4.4.0 and running the exact same report I'm getting this:
Page crashed!
Error: Page crashed!
at #onTargetCrashed (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/Page.js:403:50)
at /app/node_modules/puppeteer-core/lib/cjs/third_party/mitt/mitt.js:62:7
at Array.map ()
at Object.emit (/app/node_modules/puppeteer-core/lib/cjs/third_party/mitt/mitt.js:61:20)
at CdpCDPSession.emit (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EventEmitter.js:83:23)
at CdpCDPSession._onMessage (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/CDPSession.js:82:18)
at Connection.onMessage (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/Connection.js:141:25)
at Immediate. (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/node/NodeWebSocketTransport.js:43:36)
at process.processImmediate (node:internal/timers:476:21)
Here is a screenshot of the console logs just before the crash: