[BUG] 2FA setup not working #17642
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I receive the same thing. but additionally it also applies to when i attempted to add a caldav calendar @calcom/web:start: RangeError: Invalid key length |
Beta Was this translation helpful? Give feedback.
-
@sebiweise i found the issue with mine when i set the encryption key in the docker variables i included the *- after the key that was created. i dont know if it will work for you but it resolved my issue doing it that way |
Beta Was this translation helpful? Give feedback.
-
Ah ok, this is weird. The .env.example file tells you to use a 32 character key, but in local-development you should use 24 characters and then it works fine entering your passwort. I've used this command: But now I got this error: Logs showing some bad 400 requests |
Beta Was this translation helpful? Give feedback.
Ah ok, this is weird. The .env.example file tells you to use a 32 character key, but in local-development you should use 24 characters and then it works fine entering your passwort. I've used this command:
openssl rand -base64 24
.I had to delete my current database/user(s), but after re-registering I was able to set up 2FA.
But now I got this error:
The code I´ve entered is the fresh 2FA code (I removed it for the screenshot)
Logs showing some bad 400 requests