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
6
votes
2 answers

Heroku Login Multi-Factor Authentication mfa_required error (without opening a browser)

When using Heroku Multi-Factor Authentication, is there any way to login via the console without opening the browser? ubuntu:~/environment $ heroku login -i heroku: Enter your login credentials Email [hello@gmail.com]: Password: **************** ›…
Yshmarov
  • 3,450
  • 1
  • 22
  • 41
6
votes
8 answers

How to fix Heroku CLI installer error "This app has been blocked for your protection" on Windows 10?

I am on an admin account and have downloaded the Heroku CLI installer from here. Whenever I try to install it, Windows gives me a message: "This app has been blocked for your protection" and shows me that the Publisher is Unknown. Has anyone else…
Crazy_K
  • 125
  • 2
  • 9
6
votes
1 answer

How to avoid the --app option with heroku CLI?

I'm tired of entering the name of my app each time I run a heroku command in the terminal: heroku run rake db:migrate --app myapp heroku run rake db:seed --app myapp heroku run rake sth:else --app myapp The --app is very redundant and annoying, I…
bdavidxyz
  • 2,492
  • 1
  • 20
  • 40
6
votes
5 answers

Heroku no such file or directory, stat '/app/client/build/index.html'

I have been struggling with this error for literally almost three weeks now, and it's honestly driving me crazy. I have been using Heroku to deploy my projects for over a year now, and I have never experienced any errors until I was going to release…
askaale
  • 1,199
  • 1
  • 23
  • 50
6
votes
5 answers

Heroku CLI authentication issue

After a fresh install of Heroku on Windows 7, I can't seem to authenticate from the command-line. Running the command: heroku login prompts me to enter my credentials. After doing so, I received an error: heroku: Enter your login credentials Email:…
elmiomar
  • 1,747
  • 2
  • 17
  • 27
6
votes
2 answers

Heroku Login Error: self signed certificate in certificate chain

I'm trying to use Heroku CLI on Mac. When I try to login to Heroku using Heroku login and give my credentials, I get the below error: Error: self signed certificate in certificate chain I have tried uninstalling and reinstalling it several times,…
Sudipta Nayak
  • 61
  • 1
  • 3
6
votes
0 answers

Heroku npm Build Error Logs Location

I've deployed my node web app to heroku. Its built but failed to start. Here's the first few lines of output: 2018-03-05T20:17:51.058817+00:00 heroku[web.1]: - Starting process with command `npm start` 2018-03-05T20:17:52.868249+00:00 app[web.1]:…
Mr T
  • 990
  • 10
  • 32
6
votes
2 answers

Cant make opencv work on heroku

I'm trying to make opencv work on Heroku but i have the following error on the server's log file : 2017-10-05T23:17:08.145096+00:00 heroku[web.1]: State changed from crashed to starting 2017-10-05T23:17:19.477843+00:00 heroku[web.1]: Starting…
FrenchTechLead
  • 1,118
  • 3
  • 13
  • 20
6
votes
1 answer

What is the difference between Process Types and Dynos in Heroku

I subscribed a Hobby plan in Heroku. The details of the plan specifies that it allows up to 10 Process Types. So I developed an app with the following Procfile: backend-dev: node ./backend-dev/backend.js backend-prod: node…
Manuel RODRIGUEZ
  • 2,131
  • 3
  • 25
  • 53
6
votes
2 answers

How to clean cache in heroku after installing dependencies?

Topic : Heroku Problem : After installing my node js application in heroku, I made some changes in package.json. Now, when I am trying to push changes again, new dependencies are not getting installed. Heroku is picking the dependencies from…
Anurag Singh Bisht
  • 2,683
  • 4
  • 20
  • 26
6
votes
3 answers

Installing Heroku cli on archlinux using snapd :command not found

I have installed heroku cli following their ref https://devcenter.heroku.com/articles/heroku-cli using snapd on Manjaro arch-based linux distro It was installed successfully and just to make sure When I run this cmd sudo snap install heroku I get…
aldokkani
  • 853
  • 1
  • 8
  • 17
6
votes
3 answers

Can't login to heroku using CLI

I try to login to heroku on Windows. Using cmd.exe C:\Users\Komp_1\OneDrive\PHP_projects\chatbot>heroku auth:login Enter your Heroku credentials: Email: sergiuszxxxi@gmail.com Password: ********** Enter your Heroku credentials: Email:…
SerSergious
  • 449
  • 2
  • 5
  • 21
5
votes
1 answer

Heroku CLI update available... or not?

A bit weird... Any thoughts? % heroku -v › Warning: heroku update available from 7.68.2 to 8.0.1. heroku/7.68.2 darwin-x64 node-v14.19.0 % brew upgrade heroku Warning: heroku/brew/heroku 7.68.2 already installed
bluemihai
  • 405
  • 4
  • 15
5
votes
1 answer

Heroku[router]: at=error code=H10 desc=”App crashed“ method=GET path=/favicon.ico”

I have a simple MERN APP, that works fine on localhost, but when I deploy it to Heroku I see a page with this error: Application error An error occurred in the application and your page could not be served. If you are the application owner, check…
Sauvik Sood
  • 63
  • 1
  • 4
5
votes
1 answer

How to migrate an existing web application from Heroku to AWS

I am using Heroku for my django web app, but I don't want to use it anymore, but now I am looking for a way to migrate the app from Heroku to AWS elastic bean I would love to hear that please explain and i am using django defualt sqlite3 db
1 2
3
47 48