Fetch runs out after a minute in my "use node" action
The fetch in this function always times out at 60 seconds.
6 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
even when the code is directly in a "use node" action in a seperate file, it still times out
i might try seperating it into an "use node" action in a seperate file again but i dont think thats the issue
heres the timeout

ignore the error thats my other function. without that error function its still 60 seconds
The action won’t timeout that soon on its own. I would do some logging in the action to determine where it’s failing and go from there. Maybe an api silent failure.
thank u i will check my api
I tried fetching with postman and it doesnt timeout there
nvm its just github codespaces
it does timeout on postman as well