admin管理员组

文章数量:1122846

Im new to python, and I am still learning how to use it.

So basically the issue now is I'm using uvicorn to run in local, it is working fine.

But after i deployed to serverless, even tho it is successful but it still return me internal server error.

This is how my python folder looks like.

I also tried to debug it using serverless offline --debug and it is running perfectly fine too in it. But i have no idea why its not running properly in serverless production

本文标签: pythonFastAPI return internal server error after deploy to serverlessStack Overflow