Loading...
Loading...
Error: Task timed out after 10 seconds. Your function exceeded the maximum execution time.Vercel Hobby and Pro plans have strict limits on 'Max Duration' for Serverless Functions. If your AI agent or data processor takes longer than 10s (Hobby) or 60s (Pro), Vercel will kill the process.
If you are on the Pro plan, you can explicitly increase the timeout in your page.tsx or route.ts.
export const maxDuration = 60; // Up to 300 on ProFor very long tasks, return a 202 Accepted immediately and use a background job to process data, updating status in a KV store.
Fix this error faster with our free tool