I'm trying to add a custom domain name to my heroku app and I'm seemingly using the correct command to do this, at least according to heroku docs.
heroku domains:add domain.com -a heroku-app
But I'm getting the following error.
Error: Require…
Termux is a Linux terminal emulator for Android. I want to install the Heroku CLI to be able to manage my Heroku apps on the go, I tried typing heroku to prompt the error message and link to the right package, but it gives me:
No command 'heroku'…
I try to push container to Heroku by this command:
sudo heroku container:push web --app
But I got this error "no basic auth credentials".
How to solve this??????
There are all of step from login to push docker images to…
I was trying to deploy my django project on heroku from heroku cli. So I created an app and then I ran git push heroku master from the project directory. Then I got the errors:
remote: -----> $ python manage.py collectstatic --noinput
remote: …
When I push my node app to heroku master I get this log
remote: Building source:
remote:
remote: -----> App not compatible with buildpack: https://codon-
buildpacks.s3.amazonaws.com/buildpacks/heroku/nodejs.tgz
remote: Node.js: package.json…
I use Heroku CLI on Windows 10. The first day after installing it works just fine, but on the next day (or so) it just hangs after launch:
C:\Users\{User}>heroku
and that's all. No output to console, no logs (no error.log). It lasts forever (not…
I am trying to install Heroku on my Mac following the doc https://devcenter.heroku.com/articles/heroku-cli#download-and-install but I am getting an issue while running the command to install heroku:
MBP-de-Emixam23:~ emixam23$ brew install…
When I try to see which apps I have access to nothing shows up:
% heroku apps
You have no apps.
However I'm a member of an org:
% heroku teams
example-org member
This org has an app.
Is there a way to swich to the example-org org on the…
Every time after building and pushing docker image from Gitlab registry to Heroku registry I need to execute heroku container:release web to Heroku run image (release), but I wanna automate this
I added heroku CLI tool installation into…
I have successfully deployed my app on Heroku, added add-ons, updated env var via the control-panel settings, etc. I am now looking at creating an app.json after the fact. Is it possible to query Heroku in some way to have an app.json generated from…
Tried pushing a project to heroku - got the same error when using heroku-cli and when connecting to Github.
Error Log:
-----> Building dependencies
Installing node modules (package.json + package-lock)
npm ERR! Cannot read property…
I am using Heroku and now i need to see old logs by date.I googled but i didn't got any solution .any one know how to get logs of particular date ?
heroku logs --app myproject -n 200000
also tail command i tried
heroku logs --source app…
I made this project and deployed it on Heroku successfully and it was working, I checked it again two months and it was working properly, but today when I tried to open the website link it says Application error.
Logs are as…
I updated my macOS from Catalina to Monterey 12.2 a few days ago, and am no longer able to access Heroku from the command line (using zsh). Normally, running heroku login from the terminal will open Heroku in a web browser, and after logging in, I…