I accidentally added npm start
heroku to the message build process, so now the build progress is stuck.
I did git push heroku master
, the assembly started fine, and my server started the same way as when it started npm start
, but since it npm start
was in the post-assembly, it never finished. Since I am on a free account, I have only one parallel build process, and due to being stuck, I cannot create a new version.
I already tried heroku ps -a APP_NAME
and then heroku ps:kill web.1
for one running process, but that didn't help.
tee
source
share