diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eaecbece72..9f9cae2dc6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,10 @@ Fixes: - [core] Fixed a bug causing events to not being loaded when there's an escaped character in the event name - [gridfs] fixes for moving to Promises -- [system-utility] Fixed: Mongo error (code: 26) in some Countly instances when the profiler gets run for the first time +- [reports] Fixes report generation failure due to SSL error - [surveys] "Select one" text in the widget can be edited now +- [system-utility] Fixed: Mongo error (code: 26) in some Countly instances when the profiler gets run for the first time + Dependencies: - Bump sass from 1.81.0 to 1.83.1 diff --git a/api/utils/render.js b/api/utils/render.js index ba65f9d11cc..ee01d946878 100644 --- a/api/utils/render.js +++ b/api/utils/render.js @@ -67,7 +67,7 @@ exports.renderView = function(options, cb) { XDG_CONFIG_HOME: pathModule.resolve(__dirname, "../../.cache/chrome/tmp/.chromium"), XDG_CACHE_HOME: pathModule.resolve(__dirname, "../../.cache/chrome/tmp/.chromium") }, - args: ['--no-sandbox', '--disable-setuid-sandbox'], + args: ['--no-sandbox', '--disable-setuid-sandbox', '--ignore-certificate-errors'], ignoreHTTPSErrors: true, userDataDir: pathModule.resolve(__dirname, "../../dump/chrome") };