No badges yet
No accepted solutions yet
Vercel serverless functions not being correctly routed
@anshumanb The problem for me with using the zero config option (deleting vercel.json) is that some some reason vercel imports stuff into the python serverless function it is not...
Vercel serverless functions not being correctly routed
@anshumanb any ideas?
Vercel serverless functions not being correctly routed
<!-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand...
Vercel - Internal Server Error (500) with no error log
Hi @anshumanb , thanks for the reply. I changed the Node.js version in the project build settings to 22.x, but the problem persists. I tried to narrow down on the error: I made it...
Vercel - Internal Server Error (500) with no error log
Hi, any input? Still need to fix it
Vercel - Internal Server Error (500) with no error log
Hi, Thank you for the prompt reply. 1) Python version: I am not using Pipfile, but rather requirements.txt (if I remember I ended up using this due to some bug with Pipfile). As...
Vercel - Internal Server Error (500) with no error log
Hello, I've started experience issues with a site I have hosted, where I am using python serverless functions. Up till recently, everything was fine. However, now I am getting a...
Python Serverless functions: reducing size of dependencies
@amyegan any input on this?
Python Serverless functions: reducing size of dependencies
## 1) Local build approach I am having trouble with the local build approach. ``` (vercel-test) PS C:\Users\user\Documents\Code\project> python --version Python 3.12.0...
Python Serverless functions: reducing size of dependencies
> * Exclude files with [functions](https://vercel.com/docs/projects/project-configuration#functions) configuration How does this differ from using `.vercelignore`? How can this...