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.• /api/workflow/sexecute: This endpoint is triggered by a fetch request from the /api/workflow/cron endpoint.I’m experiencing a connection timeout error when the /api/workflows/cron endpoint attempts to fetch the /api/workflows/execute endpoint. However, calling the /api/workflows/execute endpoint directly works without any issues.
This is an example of request that has failed ( requestID ): ndnwq-1722688988089-ce9b91505686
Any advice on how to resolve this?