calling python serverless function in next js
Unanswered
Mud-daubers posted this in #help-forum
Mud-daubersOP
Hey guys, ive been following the documentation at https://vercel.com/docs/functions/serverless-functions/runtimes/python to do python serverless functions in my next js app. But i keep getting error 404, my index.py code is in my api folder and i try call it using fetch. Attached are images.
3 Replies
vercel (the platform) does support python
you could deploy the python api on vercel and call that endpoint on nextjs