Protocol error: missing status
Hi,
I followed the documentation, but I'm encountering an error when accessing the app.
API URL: https://auth.heykernel.com
The auth.heykernel.com endpoint is managed via a Kubernetes Ingress.
Error name: [internal] protocol error: missing status
This appears to be a gRPC protocol error caused by a missing Grpc-Status field in the response headers.
Could you please help me resolve this issue? I look forward to your response.
Here was my steps running the app for your reference.
1. Fork the repository
2. Be on main branch
3. Run
4. Run
5. Create
6. Run
7. Go to http://localhost:3000
Thanks,
Michael
I followed the documentation, but I'm encountering an error when accessing the app.
API URL: https://auth.heykernel.com
The auth.heykernel.com endpoint is managed via a Kubernetes Ingress.
Error name: [internal] protocol error: missing status
This appears to be a gRPC protocol error caused by a missing Grpc-Status field in the response headers.
Could you please help me resolve this issue? I look forward to your response.
Here was my steps running the app for your reference.
1. Fork the repository
2. Be on main branch
3. Run
pnpm install4. Run
pnpm generate5. Create
env.local file with ZITADEL_API_URL and ZITADEL_SERVICE_USER_TOKEN env variables6. Run
pnpm dev7. Go to http://localhost:3000
Thanks,
Michael


