Envoy_
CCConvex Community
•Created by Envoy_ on 3/20/2025 in #support-community
Auth in scheduled Actions
So I am scheduling an action from a mutation. The action calls an API and updates the DB.
I am using clerk for auth along with rls.
But when this action runs I am getting errors in logs on cannot write in db checkAuth.
4 replies
CCConvex Community
•Created by Envoy_ on 3/14/2025 in #support-community
ts-api-spec does not type return types when using zQuery and zMutation
I am using zod wrappers for query and mutation, even after specifying the output as zod schema, the
ts-api-spec
types them as any
10 replies