Skip to content
New issue

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

issue with Invalid key length caldav #183

Closed
killmasta93 opened this issue Dec 9, 2022 · 1 comment
Closed

issue with Invalid key length caldav #183

killmasta93 opened this issue Dec 9, 2022 · 1 comment

Comments

@killmasta93
Copy link

killmasta93 commented Dec 9, 2022

Hi
Currently having issue installing calendar with caldav getting Invalid key length

on the env i added this part
image

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: }
@killmasta93
Copy link
Author

solved the issue had to run the command instead of copying it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant