- Zitadel starts successfully behind Caddy reverse proxy (HTTP internally, TLS terminated externally). - Login UI v2 is working and shows the user selection screen. - I can register and log in with new users just fine. - I verified that the initial admin user was created β confirmed via:
```sql SELECT * FROM projections.login_names3; But hereβs the problem: When I enter the correct login name (admin@companyx.auth.companyx.com) in the login v2 UI, I get:
"Initial User not supported"
If I disable login v2 (ZITADEL_DEFAULTINSTANCE_FEATURES_LOGINV2_REQUIRED=false), I get redirected to a password reset page that attempts to send a verification email instead β not what I expect for the first admin.