Replies: 1 comment 2 replies
-
Hi, I'd like to help you. Could you please give a more information on what platform you are? What installation method you used (docker/bare metal) and if you have any plugins installed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
here's the full log about the error:
[2023-08-18 07:18:19.889] [INFO] settings - Random string used for versioning assets: f2a410ee
internal/validators.js:237
throw new ERR_INVALID_ARG_TYPE(name, 'Function', value);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "original" argument must be of type function. Received undefined
at Object.promisify (internal/util.js:323:3)
at Object. (/home/etherpad-lite/src/node/security/crypto.js:10:21)
at Module._compile (internal/modules/cjs/loader.js:1114:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
at Module.load (internal/modules/cjs/loader.js:979:32)
at Function.Module._load (internal/modules/cjs/loader.js:819:12)
at Module.require (internal/modules/cjs/loader.js:1003:19)
at require (internal/modules/cjs/helpers.js:107:18)
at Object. (/home/etherpad-lite/src/node/security/SecretRotator.js:4:16)
at Module._compile (internal/modules/cjs/loader.js:1114:14) {
code: 'ERR_INVALID_ARG_TYPE'
}
Beta Was this translation helpful? Give feedback.
All reactions