I was following through the document on how to make a deploy on Vercel to get a quick PoC: https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#login-deploy and I ended up with my instance throwing a http status 404. i was wondering maybe if I put incorrect avlues in the environment variables?
This is what I currently have: ZITADEL_SERVICE_USER_TOKEN=admin123! ZITADEL_API_URL=https://my-sso.domain.com(fake value) ZITADEL_SERVICE_USER_ID=admin
I do see this instruction as well: Setup a service account with IAM_LOGIN_CLIENT membership on your instance and provide its id and personal access token. but I'm not sure if that requires my instance to be online first.