JanJ
ZITADEL4mo ago
14 replies
Jan

Is there are specific reason why wm.CodeReturned leads to Errors.User.Code.NotFound?

if requireExisting && wm.InviteCode == nil || wm.CodeReturned { return nil, nil, zerrors.ThrowPreconditionFailed(nil, "COMMAND-Wr3gq", "Errors.User.Code.NotFound") }
https://github.com/zitadel/zitadel/issues/10718

I would like to understand if this is expected behavior or a bug because it's blocking our adoption of zitadel.

Steps:

1. Add new user
2. Create invite code and return code instead of sending
3. Try to login with the new user
GitHub
Preflight Checklist I could not find a solution in the documentation, the existing issues or discussions I have joined the ZITADEL chat Environment Self-hosted Version 4.1.4 Database PostgreSQL Dat...
[Bug]: Return invite code produces error in login v2 · Issue #1071...
Was this page helpful?