We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Currently having issue installing calendar with caldav getting Invalid key length
on the env i added this part
also tried it without the single quotes
Thank you
calcom_1 | @calcom/web:start: RangeError: Invalid key length calcom_1 | @calcom/web:start: at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19) calcom_1 | @calcom/web:start: at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3) calcom_1 | @calcom/web:start: at new Cipheriv (node:internal/crypto/cipher:243:3) calcom_1 | @calcom/web:start: at Object.createCipheriv (node:crypto:138:10) calcom_1 | @calcom/web:start: at symmetricEncrypt (/calcom/apps/web/.next/server/chunks/9584.js:29:66) calcom_1 | @calcom/web:start: at handler (/calcom/apps/web/.next/server/chunks/949.js:294:95) calcom_1 | @calcom/web:start: at async handler (/calcom/apps/web/.next/server/pages/api/integrations/[...args].js:584:13) calcom_1 | @calcom/web:start: at async Object.apiResolver (/calcom/node_modules/next/dist/server/api-utils/node.js:366:9) calcom_1 | @calcom/web:start: at async NextNodeServer.runApi (/calcom/node_modules/next/dist/server/next-server.js:481:9) calcom_1 | @calcom/web:start: at async Object.fn (/calcom/node_modules/next/dist/server/next-server.js:735:37) calcom_1 | @calcom/web:start: at async Router.execute (/calcom/node_modules/next/dist/server/router.js:247:36) calcom_1 | @calcom/web:start: at async NextNodeServer.run (/calcom/node_modules/next/dist/server/base-server.js:347:29) calcom_1 | @calcom/web:start: at async NextNodeServer.handleRequest (/calcom/node_modules/next/dist/server/base-server.js:285:20) { calcom_1 | @calcom/web:start: code: 'ERR_CRYPTO_INVALID_KEYLEN' calcom_1 | @calcom/web:start: }
The text was updated successfully, but these errors were encountered:
solved the issue had to run the command instead of copying it
Sorry, something went wrong.
No branches or pull requests
Hi
Currently having issue installing calendar with caldav getting Invalid key length
on the env i added this part
also tried it without the single quotes
Thank you
The text was updated successfully, but these errors were encountered: