Shardool
Shardool4mo ago

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 either
7 Replies
Rajat
Rajat4mo ago
hey @Shardool thanks for your question, which doc did you followed?.
Shardool
ShardoolOP4mo ago
@Rajat to add the action? I just added the action using the new UI in the console
Rajat
Rajat4mo ago
hey @Shardool what was your action and the target, what did it do, I am asking this as it could be that its that particular action that is not ablw to trigger/run so I am wondering
Shardool
ShardoolOP4mo ago
I was trying to setup the action but never actually managed to get it to work. I only registered the target -> which was with my local backend at http://localhost:8000. I managed to created a trigger following this https://zitadel.com/docs/guides/integrate/actions/testing-response but never managed to test it because I couldn't see the trigger again. loading the console on the trigger page would just throw the mentioned error [internal] An internal error occurred (QUERY-y2u7vctrha)
ZITADEL Docs
This guide shows you how to leverage the ZITADEL actions feature to react to API responses in your ZITADEL instance.
Rajat
Rajat4mo ago
hey @Shardool thanks, I will takr take a look at it
Pallab
Pallab3mo ago
I can confirm that this issue still persists on v3.2.2, I tried invoking the API as documented here https://zitadel.com/docs/apis/resources/action_service_v2/action-service-list-executions
{"code":13,"message":"An internal error occurred (QUERY-y2u7vctrha)","details":[{"@type":"type.googleapis.com/zitadel.v1.ErrorDetail","id":"QUERY-y2u7vctrha","message":"An internal error occurred"}]}
{"code":13,"message":"An internal error occurred (QUERY-y2u7vctrha)","details":[{"@type":"type.googleapis.com/zitadel.v1.ErrorDetail","id":"QUERY-y2u7vctrha","message":"An internal error occurred"}]}
Has this issue been resolved in a newer version?
ZITADEL Docs
List all matching executions. By default all executions of the instance are returned that have at least one execution target.
Rajat
Rajat3mo ago
hey @Pallab thhnaks for conforming, seems like actions are breaking changes as it was reported by few other members.I will check it

Did you find this page helpful?