jaysonsantosJ
ZITADEL6mo ago
7 replies
jaysonsantos

v4 local run won't serve ui

Hey there folks, while trying to run the example from the docs on macos, the ui will always 404, is that something known?

to run i did
ZITADEL_DATABASE_POSTGRES_HOST=localhost ZITADEL_DATABASE_POSTGRES_PORT=5432 ZITADEL_DATABASE_POSTGRES_DATABASE=zitadel ZITADEL_DATABASE_POSTGRES_USER_USERNAME=jayson.reis ZITADEL_DATABASE_POSTGRES_USER_PASSWORD= ZITADEL_DATABASE_POSTGRES_USER_SSL_MODE=disable ZITADEL_DATABASE_POSTGRES_ADMIN_USERNAME=jayson.reis ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD= ZITADEL_DATABASE_POSTGRES_ADMIN_SSL_MODE=disable ZITADEL_EXTERNALSECURE=false ./.devenv/state/zitadel/zitadel start-from-init --masterkey "MasterkeyNeedsToHave32Characters" --tlsMode disabled


then going to http://localhost:8080/ui/console
redirects to http://localhost:8080/ui/v2/login/login?authRequest=V2_332068919856595383

which then shows 404 and {"code":5, "message":"Not Found"}
migration works fine and it starts fine on an empty db
log following:
Was this page helpful?