Help deploying to vercel

2024-06-13 Thread ASAMOAH EMMANUEL
Hi, I'm trying to deploy my django app to vercel and this is the error I'm currently facing. Any help would be greatly appreciated. This Serverless Function has crashed. Your connection is working correctly. Vercel is working correctly. 500: INTERNAL_SERVER_ERRORCode: `FUNCTION_INVOCATION_FAILED`I

Re: Help deploying to vercel

2024-06-13 Thread ASAMOAH EMMANUEL
requirements.txt arrow==1.3.0 asgiref==3.8.1 binaryornot==0.4.4 certifi==2024.6.2 cffi==1.16.0 chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 cookiecutter==2.6.0 crispy-tailwind==1.0.3 cryptography==42.0.7 defusedxml==0.7.1 Django==4.2.5 django-allauth django-browser-reload=

Re: Help deploying to vercel

2024-06-13 Thread Augusto Domingos
Looks there's a problem with your module "allauth", have you installed that in your Vercel environment? Try to install that, certify that your vercel.json file have some rules to install your python requirements.txt If have some another question, please, let me know, I will try to help you. -