I'm encountering a persistent issue with my Next.js application deployed on Vercel. During certain operations, particularly when handling user sign-ups, I'm getting a timeout error: "Task timed out after 10.02 seconds". This happens intermittently and seems to occur during serverless function execution.
Framework: Next.js
Deployment: Vercel
Database: Supabase
Any insights or suggestions to fix this would be greatly appreciated!