Questions tagged [heroku-cli]

Use this tag for questions associated with the Heroku Command Line Interface (CLI).

This tag is for the Heroku CLI.

711 questions
0
votes
1 answer

node.js app getting the R10 error on Heroku

I have previously looked into similar questions but non of the solutions worked out for me which is why I am asking this question. I am simply trying to deploy my node.js application to heroku but I keep getting an application error. the following…
Christopher
  • 315
  • 6
  • 20
0
votes
0 answers

unable to login to heroku in command prompt

Program Files\heroku>heroku login heroku: Enter your login credentials Email: g123mail@gmail.com Password: 'sh' is not recognized as an internal or external command, operable program or batch file. Error: spawnSync sh ENOENT at…
0
votes
1 answer

How to locate Gemfile or bundle after "Heroku local -f Procfile.dev" commend

I am following the instruction from Heroku's blog article: https://blog.heroku.com/a-rock-solid-modern-web-stack, and at the section, where I need to set up Procfile.dev" for Heroku. The file needs to be place at the root of the application where my…
Tony
  • 25
  • 6
0
votes
1 answer

Heroku - rerun app on the existing commit

I had to install a buildpack on the heroku website for my app. I followed the answer to this question: Error while excuting chrome without headless on heroku It says that "on the next deploy, your app will also install the dependencies that your…
user1584421
  • 3,499
  • 11
  • 46
  • 86
0
votes
0 answers

Heroku, triggering a deploy, after installing buildpacks

I just added a buildpack for my heroku application. It said that on the next deploy, your app will also install the dependencies that your module needs to run. So i didn't know if this is automatically or if i have to enter a command. I went to the…
user1584421
  • 3,499
  • 11
  • 46
  • 86
0
votes
1 answer

heroku cli deprecated after installing the latest version on ubuntu 18.04

I get the following error: ▸ heroku-cli: This CLI is deprecated. Please reinstall from https://cli.heroku.com I have tried both: curl https://cli-assets.heroku.com/install.sh | sudo sh and sudo snap install heroku --classic This gives the…
sureshvv
  • 4,234
  • 1
  • 26
  • 32
0
votes
1 answer

Script on windows to download and restore Heroku postgres database

I'm trying to create a script on Windows that automates the process of download and restore that I have to do from postgres database on Heroku. I manually do: heroku pg:backups:download -o db_name.dump --app app_name But when I run it in the script…
Helder Costa
  • 31
  • 1
  • 5
0
votes
1 answer

Heroku: What happens if you don't use 'heroku ps:scale web=1'?

I've been following this website on how to deploy to Heroku. From other pages, I see that the command 'heroku ps:scale web=1' scales the app to one running dyno. However, what happens if you do not run this command? Does this mean that you have no…
Micah Pearce
  • 1,805
  • 3
  • 28
  • 61
0
votes
0 answers

Django App on heroku :Application Error

im trying to add my django application to heroku but everything went well from migration and migrate commands as well but when i tried to acess the site mxiondrf.herokuapp.com there is a error called Application error here are my logs…
user7671217
0
votes
1 answer

Using heroku repo to reduce slug size but keep getting a "Cannot run one-off process at this time. Please try again later." message

We have been trying to deploy our Flask app using heroku but keep getting slug size too large errors that cause the build logs to fail. In order to reduce the slug size, we have been trying to use heroku repo's $ heroku repo:gc -a appname and $…
0
votes
1 answer

pushing nodejs app on heroku master

I've created a server for my front end project using nodejs on the back end. after testing it successfully on my computer(localhost:3001),I wanted to deploy it on heroku. to do so, I ran the following codes on gitbash(windows) : 1-git init 2-git add…
Bruce B
  • 39
  • 5
0
votes
1 answer

Access pouchdb-server on heroku

I git cloned pouchdb-server and followed this tutorial. I set up the procfile like this: web: pouchdb-server --port 5984 When I run heroku local web it works fine, but when I run heroku open it does not. I keep getting the error at=error code=H10…
savram
  • 500
  • 4
  • 18
0
votes
1 answer

Heroku+BItbucket deploy: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart

I am now working on a website. I use heroku to run my server and use bitbucket as the version control tool. I setup a pipeline to deploy directly from bitbucket to heroku. But I keep getting an error like: + git push…
KyrioZ
  • 21
  • 3
0
votes
2 answers

500 error in Heroku, when Debug=False

I know that this questions has been asked numerous times but after going through pretty much every thread I could find, I am still struggling to make sense of my problem. I have a django project on heroku which works perfectly fine as long as I set…
Haluka Maier-Borst
  • 75
  • 1
  • 4
  • 13
0
votes
1 answer

Error when using $ git push heroku master even though runtime.txt is correct

I am trying to use $ git push heroku master but I get this error: $ git push heroku master Counting objects: 6, done. Delta compression using up to 4 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (6/6), 534 bytes | 534.00…
wscheib
  • 70
  • 7