Update to jsreport 4.14.1 / 4.14.2 (full) results in puppeteer error



  • Hello,

    one of our customers reported some issues updating to the newer Versions from 4.13.0-full using docker.
    We do have the same docker setup on everyone of our customers but for some reason they get the error below.
    Any idea what might have caused this? reverting back to 4.13.0-full and everything works again.

    0_1789393769196_5928b693-f1f4-4f62-8fff-dbcc38d653ff.png

    Here is a snippet from our environments

    environment:
          TZ: Europe/Berlin
    
          # Core
          httpsPort: 443
          workers_numberOfWorkers: ${WORKERS}
          trustUserCode: "true"
    
          certificate_key: /certs/${SSL_KEY}
          certificate_cert: /certs/${SSL_CERT}
    
          licenseKey: ${JSREPORT_LICENSE}
          extensions_authentication_admin_username: ${REPORT_USER}
          extensions_authentication_admin_password: ${REPORT_PASS}
          extensions_authentication_cookieSession_secret: ${COOKIE_SECRET}
          extensions_encryption_secretKey: ${ENCRYPT_SECRET}
          extensions_encryption_enabled: "true"
    
          store_provider: mongodb
          blobStorage_provider: mongodb
          extensions_mongodb-store_address: db
          extensions_mongodb-store_databaseName: std
          extensions_mongodb-store_username: ${MONGO_USER}
          extensions_mongodb-store_password: ${MONGO_PASS}
          extensions_mongodb-store_connectOptions_authSource: admin
    
          # Chrome
          chrome_launchOptions_args: --no-sandbox, --disable-dev-shm-usage, --disable-gpu
    
          extensions_sample-template_createSamples: "false"
    


  • Please share the minimal workspace that replicates the issue.
    You can confidentially email it to me jan.blaha@jsreport.net


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.