5

When I tried to deploy my app on heroku, it gets stuck at remote: Building source

I initially thought it was network and changed network, but the issue persists then, I also tried force push, that didn't work either

Counting objects: 100% (19/19), done.
Delta compression using up to 4 threads
Compressing objects: 100% (10/10), done.
Writing objects: 100% (10/10), 1.36 KiB | 39.00 KiB/s, done.
Total 10 (delta 8), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote: ```
ayodelevm
  • 51
  • 3

3 Answers3

4

It seems like this is happening every now and then. Aside from you and me being stuck at building source, there's another guy here Heroku stuck at Building Source for Django app

I guess it's best to contact Heroku CS now...

An Tran
  • 71
  • 4
1

I have the same problem. It seems like it's an issue from Heroku. You can see updates here : https://status.heroku.com/

Synch
  • 11
  • 2
0

This also happened during my Heroku push.

I just CTRL-c and tried again with no problem except for a warning from Heroku that said remote: ! ## Warning - The same version of this code has already been built: ... which you can safely ignore.

BenU
  • 2,287
  • 1
  • 22
  • 35