No badges yet
No accepted solutions yet
Vercel python function error: `RuntimeError: Event loop is closed`
Any updates ? Thanks.....................
Vercel python function error: `RuntimeError: Event loop is closed`
Any updates? .................................. any updates?
Vercel python function error: `RuntimeError: Event loop is closed`
Hi @amyegan . Thanks. Here's the sample: https://github.com/abcfy2/vercel-python-test You can use `vercel --prod` to deploy this project. The required environment variable...
Vercel python function error: `RuntimeError: Event loop is closed`
Here's my python fastapi code: ```py PDF_MIME_TYPE = "application/pdf" @api_router.get( "/download_pdf", response_class=StreamingResponse, responses={200: {"content": {PDF_MIME_TYPE: {}