Relative Content

Tag Archive for performancenext.jsoptimizationserver-side-renderingvercel

vercel Serverless Function has timed out

I’m working on a Next.js project where I need to fetch markdown files from a GitHub repository using an API route. The API route fetches and processes the markdown files, then returns the data to be used in a blog page. The setup works fine locally, but when deploying to Vercel, I’m facing performance issues and timeouts, likely due to Vercel’s Hobby plan limitations.