python + flask deploy: 500:INTERNAL_SERVER_ERROR #6837
-
SummaryI created the python + flask project based on the example on github. After deploying it to vercel, the prompt 500: INTERNAL_SERVER_ERROR: Checking the running log shows that there is a problem with get/favicon, and it displays: ExampleNo response Steps to Reproduce |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I solved this problem myself. Since there was a problem with importing self-built modules, I wrote all the modules in a py file. There is only one py file in the entire site, index.py. Now the site is successfully deployed on vercel and the 500 error is resolved. |
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
I solved this problem myself. Since there was a problem with importing self-built modules, I wrote all the modules in a py file. There is only one py file in the entire site, index.py. Now the site is successfully deployed on vercel and the 500 error is resolved.