[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# Error: data is too long

239 views · 0 likes · 2 posts


Sshkeda (@sshkeda) · 2024-08-14

I am getting " Error: data is too long" when deploying my Turborepo + Next.js + FastAPI project.


Pauline P. Narvas (@pawlean) · 2024-08-14

Hi, and welcome @sshkeda! It's great to have you in the community. :smile: 

Can you share more details of your project? Is it a function that is causing this error? **[A minimal reproducible example](https://vercel.com/guides/creating-a-minimal-reproducible-example)** would be helpful.

It does sound that you have hit a limit though. In case it is related to a function, here is some documentation on runtime bundle size limits: https://vercel.com/docs/functions/serverless-functions/runtimes#bundle-size-limits.