Shardool
ZZITADEL
•Created by Shardool on 5/22/2025 in #questions-help-bugs
Actions v2 on v3.1.0 returning [internal] An internal error occurred (QUERY-y2u7vctrha)
Upgraded recently from v2.67.2 to v3.1.0 locally on docker compose. Tried adding a target and an action. After an action was added, I started getting
[internal] An internal error occurred (QUERY-y2u7vctrha)
and im not able to see my action that was added. Its not being triggered either5 replies
ZZITADEL
•Created by Shardool on 2/3/2025 in #questions-help-bugs
Service user fetching /oauth/v2/token timing out
Zitadel version: v2.67.2
Running 3 instances behind nginx
Hello folks,
Have been running zitadel in production for a couple of months now and am starting to issues with service users fetching tokens from zitadel timing out. This happens pretty often between successful requests.
We have about ~5 service users that will request for new tokens every 5 seconds or so with their key. We started off ok but have noticed degradation after running this setup for ~15 days. We should ideally cache the tokens but is this behavior expected?
Nginx logs:
Attaching zitadel logs for reference. Seeing unable to filter events / duplicate key violates unique constraint pretty often.
6 replies
ZZITADEL
•Created by Shardool on 12/22/2024 in #questions-help-bugs
Issues with using AWS application load balancer
Hi i've installed the zitadel helm chart and i've been trying to expose it over AWS ALB but without much luck. I have a next.js frontend which redirects to zitadel for login and then my backend Go performs token introspection and grpc calls to zitadel. With following configuration, login works but the grpc calls don't (which i guess is expected).
Forcing the backend fixes the backend calls made to zitadel but next.js stops working (presumably because next-auth force HTTP1.1).
In both cases, i get 464 which is ALB's error so I don't think this is primarily a zitadel concern but just wanted to ask in here in case anyone has bumped into this before. Thanks!
2 replies