--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/041845f6-defc-41be-a996-d443a9341cebn%40googlegroups.com.
Hey, sorry for the late reply, I had just gone to bed at that time
Weird error...
Try specifying the version of django-allauth in your requirements file, then redeploy. Also, please check your Vercel logs carefully, or you can try to install the library in a package like this: pip install django-allauth -t . this can sometimes help with deploymnt issues by ensuring all dependencies are available in the project directory
If it still doesn't work, persists, it might be related to the Lambda function in Vercel, as it uses AWS infrastructure. In that case, you may need to investigate further or contact Vercel
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/140b0cc2-944f-4dd5-82a7-9b3bbd161220n%40googlegroups.com.