404 on GetMyUser
I'm using the Rust crate (https://github.com/smartive/zitadel-rust) to communicate with a locally installed Zitadel (available on http://zitadel-127-0-0-1.nip.io:31080 (which resolves to localhost)). It successfully negotiates an access token using a service account, however when attempting to do any gRPC requests I get a 404 error.
For example:
Reverse proxy (Traefik) log:
The only thing Zitadel logs (with
Using wireshark I can also see that the response from Zitadel (those 32 bytes) is
I can access the API using the REST interface through Python without issue. Using Zitadel 2.67.2 (should be latest).
Any idea what might be causing this or how to further troubleshoot it?
For example:
Reverse proxy (Traefik) log:
The only thing Zitadel logs (with
Log.Level=debug): 2025/01/17 07:25:47 ERROR: Failed to extract ServerMetadata from contextUsing wireshark I can also see that the response from Zitadel (those 32 bytes) is
{"code":5,"message":"Not Found"}. The package capture of the entire interaction is attached.I can access the API using the REST interface through Python without issue. Using Zitadel 2.67.2 (should be latest).
Any idea what might be causing this or how to further troubleshoot it?
zitadel-404-capture.pcapng12.86KB