Skip to main content

All Questions

Tagged with
0 votes
0 answers
12 views

Keep getting error while uploading Django project in vercel

while i am deploying my Django project using vercel i am keep getting this error Error: No Output Directory named "staticfiles_build" found after the Build completed. You can configure the ...
Akarshan Ghosh's user avatar
0 votes
0 answers
24 views

Django ModuleNotFoundError in Vercel production

I'm trying to deploy an api on vercel in Django, however when I call my api I get an error that a module does not exist. I don't get this error locally. I've tried several solutions: adding a route ...
Thomas A's user avatar
0 votes
0 answers
24 views

ImproperlyConfigured` Error When Deploying Django to Vercel with Supabase PostgreSQL

I'm currently trying to deploy my Django project to Vercel, using Supabase as the PostgreSQL database provider. I have separated my settings into base.py, development.py, and production.py to manage ...
snipher marube's user avatar
0 votes
0 answers
41 views

ModuleNotFoundError: No module named 'pkg_resources' in vercel

I am trying to deploy a DRF Api on vercel, I tried upgrading setuptools and everything that I found on net but still not able to get it to work I am using python3.10.13 vercel.json { "builds&...
Suyog Mahajan's user avatar
1 vote
1 answer
73 views

Error in vercel while uploading a django app

While trying to upload my Django application I got these errors requirements.txt error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully Error: Command ...
Abdulqadir Mahmood's user avatar
5 votes
5 answers
3k views

VERCEL: Error: Unable to find any supported Python versions

I'm trying to deploy some web apps with Python/Flask Vercel Templates and it's giving me an error in building: Error: Unable to find any supported Python versions. This has never happened before using ...
Kauan Sena's user avatar
0 votes
0 answers
52 views

why vercel return an error when deploying django app on it

I am endeavoring to deploy my Django application on Vercel following the method outlined in the video tutorial. However, during the build process, an error is being logged. Regrettably, I am unable to ...
Bubble's user avatar
  • 96
1 vote
1 answer
348 views

I got an error when i tried to deploy my django app on vercel

I build my app on django, with all my dependencies especified on file "requirements.txt" i didn't make an enviroment variable on vercel to deploy cause i saw a tutorial where the man didn't ...
Emilio's user avatar
  • 21
0 votes
1 answer
123 views

Vercel deployment with django

I'm trying to deploy my django app on Vercel but it isn't working, this is my vercel.json code: { "version": 2, "functions": { "core/wsgi.py": { ...
Matheus Marques's user avatar
0 votes
0 answers
73 views

Why is Vercel proxy to API route not working?

I have my frontend in Vite (React, TS) and backend in Django. When I make request to backend API route from frontend, it works perfectly fine with requests to the correct API route in local, but the ...
suravshrestha's user avatar
1 vote
1 answer
390 views

How to connect vercel frontend deployment to backend deployed on aws ec2 instance

The backend is correctly deployed on a specific port in ec2 instance but it's http. But the frontend is deployed on vercel which uses https and I face the mixed content error. So how do I convert the ...
Yumna's user avatar
  • 11
0 votes
0 answers
58 views

Getting error on Vercel while trying to deploy Django

note: this is the edit of this post cause the issue I posted, i found a way to solve it and later encountered another one i finaly found a way scale through that part of .build_files.sh problem , but ...
Tech_Dave's user avatar
0 votes
1 answer
124 views

why is this error coming after trying to deploy a django app on vercel?

After trying to deploy a Django app on Vercel, this error comes Running build in Washington, D.C., USA (East) – iad1 Cloning github.com/Anupam-Roy16/Web_project (Branch: main, Commit: 90df2f4) Cloning ...
Anupam Roy's user avatar
0 votes
0 answers
135 views

Django project deployment on Vercel got me an error

I have created a simple blog application using django and postgres database. While I wants to deploy to vercel it throws a different errors like this error error How can i solve this error? ...
sujan's user avatar
  • 1
1 vote
0 answers
297 views

How do I resolve "Serverless Function has exceeded the unzipped maximum size of 250 MB" error on Vercel?

I have a personal project that I am building in Python using Django. When deploying it to Vercel, it worked fine until eventually the amount of libraries that I imported (included in my requirements....
Sir Feared Featherhat's user avatar

15 30 50 per page