No badges yet
No accepted solutions yet
Vercel Python Server not handling a post request
Hey, I'm hosting a python server that has a post request that needs to be sent. This is how I'm sending the post request: ``` curl -X POST...
Hosting a python server in Vercel
Very thankful for the [example](https://vercel.com/templates/python/flask-hello-world) and made my flask deployment process a lot easier. However, I started facing a lot of issues...