Search code examples
pythondjangogitherokuheroku-cli

Heroku stuck at Building Source for Django app


I have successfully pushed the previous versions of my Django app to Heroku. It usually shows some errors if it is not able to deploy, but this time it is stuck at this for about an hour:

Counting objects: 10977, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (7719/7719), done.
Writing objects: 100% (10977/10977), 17.29 MiB | 3.00 MiB/s, done.
Total 10977 (delta 3954), reused 6832 (delta 2062)
remote: Compressing source files... done.
remote: Building source:

Here's the GitHub link to the app that I am trying to deploy: https://github.com/surajsjain/smart-aquaponics-backend

Please Help


Solution

  • Hi seems you just posted this question! I also encountered this issue and get frustrated because I have tried anything I can do but none worked. Seems it's heroku's issue?