From c6cceba381b81e7296d4ffec25cadeeda9e6f43c Mon Sep 17 00:00:00 2001 From: Robert Neumann Date: Thu, 5 Jun 2025 14:16:04 +0200 Subject: [PATCH] Update getting-started-with-zitadel.sh - fix zitadel user console (#3446) --- infrastructure_files/getting-started-with-zitadel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure_files/getting-started-with-zitadel.sh b/infrastructure_files/getting-started-with-zitadel.sh index 9b80058c2..1e67bd177 100644 --- a/infrastructure_files/getting-started-with-zitadel.sh +++ b/infrastructure_files/getting-started-with-zitadel.sh @@ -602,6 +602,7 @@ renderCaddyfile() { reverse_proxy /debug/* h2c://zitadel:8080 reverse_proxy /device/* h2c://zitadel:8080 reverse_proxy /device h2c://zitadel:8080 + reverse_proxy /zitadel.user.v2.UserService/* h2c://zitadel:8080 # Dashboard reverse_proxy /* dashboard:80 }