Self hosted Zitadel
I am trying to self host the Zitadel with custom domain. I am using the Docker compose for testing as given in the doc -> https://zitadel.com/docs/self-hosting/deploy/compose. Whenever I try to access my console it's redirecting me to localhost:3000/ui/v2/login. What am I doing wrong. For reference I have attached the yaml file
1 Reply
Hi @Abhishek Bhat, I'm an AI assistant for ZITADEL. While a team member reviews this question, I'll see if I can find relevant sources for your question.
Answer
I wasn't able to find a direct answer, here are some relevant sources:
1. Configure Zitadel with NGINX (1) : Covers TLS mode external configuration where NGINX terminates TLS and forwards requests to ZITADEL via unencrypted h2c, including proper environment variable settings for custom domains.
2. Self hosted - ERROR Http response at 400 or 500 level (2) : Discusses a similar redirect issue resolved by changing from
--tlsMode disable to --tlsMode external when using a reverse proxy.
**
To learn more, see the sources I considered:
[1] Configure Zitadel with NGINX
[2] Self hosted - ERROR Http response at 400 or 500 level
Feel free to tag @Ask Inkeep with additional questions.