You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Steps to reproduce
I've tried several solutions: adding a route to the folder in settings.py, installing modules with build_files.sh. I still have the same problem, even though the files are present in the aborescense of my production project.
Installation method
PyPI (via pip)
Description
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.
Steps to reproduce
I've tried several solutions: adding a route to the folder in settings.py, installing modules with build_files.sh. I still have the same problem, even though the files are present in the aborescense of my production project.
Here is the link to my github repository: https://github.com/SkyBLUE62/osint_sherlock_api
vercel.json
build_files.sh
api/settings.py
api/wsgi.py
Project Tree in Prod
requirements.txt
Config Postman or ThunderClient to call a api
Additional information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: