No badges yet
No accepted solutions yet
Connection timeout when fetching endpoint from cron-triggered function
Hi @pawlean , here's additional logs: Request id: vzxjl-1724968766089-5f2e7b719916 ``` etch failed at node:internal/deps/undici/undici:13178:13 at process.processTicksAndRejections (node:inte
Connection timeout when fetching endpoint from cron-triggered function
Hi, there aren't extra logs. I can't fetch an api from another api triggered by vercel cron. The only error i get is the one i've linked Any suggestion on how to move on?
Connection timeout when fetching endpoint from cron-triggered function
I’m encountering an issue with the functions in my app. I have deployed two API endpoints: • /api/workflows/cron: This endpoint is triggered by Vercel Cron every minute. •...