ERROR: Failed to extract ServerMetadata from context
hi everyone, i've searched in discord and github already but couldn't find answer:
Environment: Self Hosting Version: v2.67.2 Stack: I just deployed Zitadel using Helm on Kubernetes What you expected to happen: no errors What went wrong:
i successfully deployed Zitadel on Kubernetes, setup MFA, and was able to login with the admin account. however when i logged in i see this error
Http response at 400 or 500 level, http status code: 404
Http response at 400 or 500 level, http status code: 404
(see in the screenshot)
i checked out the logs of zital pod:
...time="2025-02-20T04:18:19Z" level=info msg="server is listening on [::]:8080" caller="/home/runner/work/zitadel/zitadel/cmd/start/start.go:584"time="2025-02-20T04:21:49Z" level=info msg=activity caller="/home/runner/work/zitadel/zitadel/internal/activity/activity.go:105" domain="https://zitadel.my.domain" grpcStatus= httpStatus= instance=307899082951623141 isSystemUser=false method= org=307899082951688677 path=/oauth/v2/token requestMethod=POST trigger=accessToken user=3078990829522129652025/02/20 04:21:50 ERROR: Failed to extract ServerMetadata from context...
...time="2025-02-20T04:18:19Z" level=info msg="server is listening on [::]:8080" caller="/home/runner/work/zitadel/zitadel/cmd/start/start.go:584"time="2025-02-20T04:21:49Z" level=info msg=activity caller="/home/runner/work/zitadel/zitadel/internal/activity/activity.go:105" domain="https://zitadel.my.domain" grpcStatus= httpStatus= instance=307899082951623141 isSystemUser=false method= org=307899082951688677 path=/oauth/v2/token requestMethod=POST trigger=accessToken user=3078990829522129652025/02/20 04:21:50 ERROR: Failed to extract ServerMetadata from context...
i have a gateway that terminates HTTPS and forward the unencrypted traffic
everytime i visist the dashboard, there will be a
Failed to extract ServerMetadata from context
Failed to extract ServerMetadata from context
in pod log
could someone advise here, how to further debug? thanks in advance!