stefano
CCConvex Community
•Created by stefano on 5/14/2025 in #support-community
Transient error while executing action
Hi, in a "use node" runtime action I am using the Vercel AI SDK to make an AI generation that involves vision with Gemini models. Given >15 pdfs as input to the model the action sometimes fail and all I see in the console is
Transient error while executing action
. This error does not even trigger a try/except block, so I can't even implement fallbacks in my application. What should I do?3 replies
CCConvex Community
•Created by stefano on 2/3/2025 in #support-community
Return more detailed errors to the client (Convex Auth)
I am using Convex Auth to authenticate the user. I'd like to return more detailed errors to the client (as they appear in the logs), maybe via a
throw new ConvexError
, is it possible?
I see in the Convex Dashboard, in the logs tab, that when a user enters the wrong password it is logged Invalid password
. I'd like to know this and return a specific error in the client rather than a specific one. But right now I don't know if it is possible to do this. Thanks!3 replies