Heroku Stuck at Building Source for NodeJs App

∥☆過路亽.° 提交于 2019-12-12 15:57:50

问题


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: ```

回答1:


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...




回答2:


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



来源:https://stackoverflow.com/questions/57739096/heroku-stuck-at-building-source-for-nodejs-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!