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
-2
votes
1 answer

I can not deploy nodeJs frontend to Heroku

I am running a nodejs frontend-only website that uses lite-server. as I am trying to deploy it with git in CLI, it shows me the error: Did not detect a bs-config.json or bs-config.js override file. Using lite-server defaults...Couldn't open a…
Babatunde Mustapha
  • 2,131
  • 20
  • 21
-2
votes
1 answer

80% on heroku dynos what does this actually mean?

Hello so right now I have 2 apps on heroku, 1 website, and a discord bot. Recently I just received an email about how I used 80% of my free dynos for "September 2021". So what happens if i reach 100%? and does the free dynos reset each month? can…
-2
votes
1 answer

Having issues with Heroku deployment

I am trying to upload a MEAN stack app for the first time, so I am not sure I am doing it the best way but here it is. I have deployed my nodeJS server to one domain and it seems to be working fine - response message but I am having problems with…
IgalM
  • 11
  • 2
  • 6
-2
votes
4 answers

heroku gives error ActiveRecord::AdapterNotSpecified: 'production' database is not configured. Available: ["development", "test"]

My database.yml development: adapter: mysql2 encoding: utf8 reconnect: false database: organic_tomatoes_development pool: 5 username: root password: password test: adapter: mysql2 encoding: utf8 reconnect: false database:…
Haseeb Ahmad
  • 7,914
  • 12
  • 55
  • 133
-4
votes
1 answer

How to debug by reviewing Heroku logs ? (beginner of RoR)

I pushed my project to heroku and opened the app. However, it came out the "Application error", and noticed me to check logs for details. I input the "heroku logs" in iTerm, but I can not understand where is the problem? and how to read the…
1 2 3
47
48