[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Error: No more than 12 Serverless Functions can be added to a Deployment on the Hobby plan. Create a team (Pro plan) to deploy more. Learn More: https://vercel.link/function-count-limit 648 views · 0 likes · 3 posts Zhl 2022 (@zhl-2022) · 2024-08-02 this is My error site https://vercel.com/zhl-2022s-projects/myblog/3NGkNTqKn6cbYMydYz4aWEmZRV4T?filter=errors  Shouldn’t my vercel.json be written like this?  this is my app.py My project does not have more than 12 routing functions, how should I solve it? Why does this error occur? Thank you so much Pauline P. Narvas (@pawlean) · 2024-08-02 Hi, @zhl-2022! It looks like you've **[hit the limit](https://vercel.com/docs/limits/overview#limits)**. From the relevant documentation: > limit of 12 bundled Serverless Functions per deployment. https://vercel.com/docs/functions/runtimes To view the functions that have deployed in your project, go to your latest Deployment > Deployment Details > Deployment Summary to help debug this. Let us know what you get back with! Zhl 2022 (@zhl-2022) · 2024-08-03 I don't know if the 12 functions here refer to 12 routes or Python files? Can you help me figure out how to reduce the code to achieve deployment? this is my blog site https://github.com/zhl-2022/myblog/tree/dev thank you very much