You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the backtrace of the error when running this app:
/wildduck-webmail/app.js:97
if (config.service.sso.http.enabled) {
^
TypeError: Cannot read property 'http' of undefined
at Object.<anonymous> (/wildduck/app.js:97:24)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at db.connect.err (/wildduck/server.js:30:17)
at Object.module.exports.connect (/wildduck/lib/db.js:10:12)
same as what was done in the parent wildduck repo in this fix: here might be needed here too. but its a guess
The text was updated successfully, but these errors were encountered:
this is the backtrace of the error when running this app:
same as what was done in the parent wildduck repo in this fix: here might be needed here too. but its a guess
The text was updated successfully, but these errors were encountered: