Skip to content

Commit

Permalink
Merge pull request #5913 from Countly/SER-2266
Browse files Browse the repository at this point in the history
[SER-2266] Email Report SSL error
  • Loading branch information
ArtursKadikis authored Jan 14, 2025
2 parents 9066b02 + e449a83 commit 916468c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/utils/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
};
Expand Down

0 comments on commit 916468c

Please sign in to comment.