zhl-2022
(Zhl 2022)
1
this is My error site myblog – Deployment Overview – Vercel
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
pawlean
(Pauline P. Narvas)
2
Hi, @zhl-2022!
It looks like you’ve hit the limit.
From the relevant documentation:
limit of 12 bundled Serverless Functions per deployment.
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)
3
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 GitHub - zhl-2022/myblog at dev
thank you very much
system
(system)
Closed
4
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.