YakivBrychuk / RENOVATIO

0 stars 0 forks source link

Heroku Deployment Failure #7

Closed YakivBrychuk closed 3 months ago

YakivBrychuk commented 3 months ago

Upon deploying the Django application to Heroku, the app failed to start. This error caused the web process to crash, resulting in the application being inaccessible.

YakivBrychuk commented 3 months ago

Identified the issue:

-Checked the Heroku logs using heroku logs --tail --app renovatio. -Found the ModuleNotFoundError: No module named 'decouple' in the logs. -Added python-decouple to the requirements.txt file to ensure the dependency is installed in the Heroku environment. -commited + pushed the changes