No badges yet
No accepted solutions yet
Deploying django in vercel function timeout
someone already answered this in stackover flow: [https://vercel.com/guides/what-can-i-do-about-vercel-serverless-functions-timing-out][1] it might be because you are using a free...
Deploying django in vercel function timeout
I have a function called FetchAjaxs, which works fine in my local machine but not when i deploy view.py ``` FetchAjaxs: #makes a api call to a different url which then returns a...