Hello everyone, I am using Python and FastAPI to deploy an API using vercel. The fastapi is working on my local host 127.0.0.1:8000 but it is not working on vercel. I have used this approach on a different project also and it worked for that project (same tech stack)
Ideally for /100/?handle=Amritanshu_Barpanda&resource_id=1, it should display something like

This is the code - https://github.com/ABarpanda/Next-Problem
Deployment - https://next-problem.vercel.app/
Any help would be really appreciated.

