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

Nodejs app deployment to Heroku fails

I've been trying to deploy my nodejs app to heroku but I'm stuck at this error: D:\Documents\Projects\Airflo>git push heroku master Counting objects: 34, done. Delta compression using up to 4 threads. Compressing objects: 100% (27/27), done. Writing…
Michael
  • 335
  • 1
  • 22
0
votes
1 answer

Error 400 when trying to connect Heroku keys

I'm currently setting up Heroku CLI. When I try to connect my account, I get an error 400. sudo heroku keys:add Enter your Heroku credentials. Email: seanfindlay3@gmail.com Password (typing will be hidden): ▸ HTTP Error:…
snaldi
  • 101
  • 1
  • 2
  • 9
0
votes
1 answer

'more' is not recognized as an internal or external command

I'm a windows user and trying to connect my db in Heroku. so after entering heroku pg:psql, I had the access to my database. I created a table without any errors. So now I want to check my table data. But after running kqhwudhkquwd=> select * from…
thox
  • 129
  • 4
  • 13
0
votes
0 answers

NodeJS heroku deployment error for all apps on my machine: The requested API endpoint was not found

I was able to deploy successfully to Heroku just a few hours before these errors happen. Basically, when this happened to one of my apps that I've been working on, I went back and tried deploying my previous apps to heroku, and all attempts gave me…
benyang
  • 1
  • 2
0
votes
1 answer

Can't deploy RoR app to Heroku - SQLite3 already removed from Gem.file and Gemfile.lock

I am trying to deploy my app to Heroku but am getting the following error every time I push the master branch. remote: To see why this extension failed to compile, please check the mkmf.log which can remote: be found here: remote: …
michjo
  • 407
  • 2
  • 17
0
votes
1 answer

Running: rake assets:precompile, rake aborting

I am in the process of building a simple Ruby on Rails with git and Heroku for version control and deployment. Here’s the basic outline that I’m using: rails ne test_app cd test_app git add . git commit -, “initial install” heroku create I…
Brian C.
  • 11
  • 4
0
votes
1 answer

Error: docker login exited with 125, using heroku container:login

I was trying to start a upload of a container to heroku, but when I use the command heroku container:login, it's returning a error: heroku container:login unknown flag: --password-stdin See 'docker login --help'. ▸ Error: docker…
Yago Azedias
  • 4,480
  • 3
  • 17
  • 31
0
votes
1 answer

Heroku ErrorPlanNotFound

I'm trying to change my Heroku app region by following this official guide: https://devcenter.heroku.com/articles/app-migration. The problem is that, when I try to fork it at the very beginning using: heroku fork --from keepmefit --to…
Josemafuen
  • 682
  • 2
  • 16
  • 41
0
votes
1 answer

The heroku cli fails

I run heroku logs and get 'ENOCOMMANDS': semver has no commands. Is this a CLI plugin? Is there a problem with the current version of heroku? I have searched for both ENOCOMMANDS and semver with no useful results.
Jim Rootham
  • 455
  • 1
  • 4
  • 10
0
votes
1 answer

heroku cli spawns infinite number of processes

I was using heroku cli today again after a week or so and it crashed my system. Turns out it recursively spawns a huge amount of processes: UID PID PPID C STIME TTY TIME CMD ... myUserName 10112 10106 0 14:19 pts/5 00:00:00…
Jonathan
  • 358
  • 3
  • 14
0
votes
1 answer

My Heroku-cli not recognizing commands. (Mac OS X)

When I run $"heroku help" in my Mac OS X Terminal, I get the following error from the Heroku Cli. $ heroku help ▸ help is not a heroku command. ▸ Perhaps you meant help ▸ Run heroku help for a list of available commands. And it applies…
dododo
  • 21
  • 2
0
votes
1 answer

Procfile not found with Spring (Windows)

I am trying to deploy my project on Spring Tool Suite (windows) through Heroku. I followed Heroku instructions: https://devcenter.heroku.com/articles/deploying-spring-boot-apps-to-heroku but still it does not work:…
0
votes
1 answer

HEROKU \AppData\Local\heroku\update.lock.readers.lock is locked

i try to login with command HEROKU LOGIN on windows but it gives error like this autoupdate:: C:\Users\Lenovo PC\AppData\Local\heroku\update.lock.readers.lock is locked ! C:\Users\Lenovo PC\AppData\Local\heroku\update.lock.readers.lock is…
0
votes
0 answers

-- git push heroku master -- not working

I am having trouble running the "git push heroku master" command, after cloning https://github.com/parse-community/parse-server-example.git locally and making some customization. Here is part of the trace: $ git push heroku master Counting objects:…
Michel
  • 10,303
  • 17
  • 82
  • 179
0
votes
1 answer

parse-server / Node.js / Heroku

I am having these warnings: npm WARN deprecated parse-server-fs-adapter@1.0.1: use @parse/fs-files-adapter npm WARN deprecated parse-server-push-adapter@2.0.2: use @parse/push-adapter npm WARN deprecated parse-server-s3-adapter@1.2.0: use…
Michel
  • 10,303
  • 17
  • 82
  • 179