I'm spending all day trying to figure out why this error happens in UBUNTU.
I'm tryng to add the Heroku remote git to my existing repo in my local machine that runs Ubuntu.
so, when i run this:
heroku git:remote -a myapp
I get this error:
ENOENT:…
Just strange, I am doing back database maintenance, I tried to to a heroku pg:pull local_db --app and it says:
pg:pull is not a heroku command.
I tried to create a backup with heroku pg:backups:capture and i get…
I have used this functionality many times in the past, and Heroku docs still say this command is the correct way to connect to your Postgres db via CLI, so any ideas why this might be happening?:
Thanks!
I'm running OS X 10.5.8 with Ruby 1.9.3p194 (2012-04-20 revision 35410) [i386-darwin9.8.0]. I'm trying to log into Heroku from the shell. I upgraded Bash and ran heroku login with the following…
I am trying to push to heroku from the CLI, and I am unable to login to heroku from the CLI due to MFA, and so when trying to use the API, I get an error to say 'Do not authenticate with username and password using git'
I have MFA setup on my Heroku…
Whenever I try to sign-up on heroku, after filling all the details, when I click on 'Create Account'. I get "There's a problem
Something went wrong. Try again later."
Heroku error page
I have tried disabling the adblocks and also clearing the cache…
I've updated my backend code and deployed but something weird happening. It only works in some cases and it looks like not updated.
The updated API works well with Postman and with my local frontend code.
BUT it looks like not updated with the live…
I am trying to login to Heroku container with the command heroku container:login and I am encountering the following error:
Error saving credentials: error storing credentials - err: exit status 1, out: `Post "http://ipc/registry/credstore-updated":…
So I am trying to make my procfile for Heroku CLI but I don't think Heroku is recognizing it because when I do $ git push heroku main the Procfile doesn't work rather it does npm start rather than what's written in the Procfile but it works when I…
It's my first time using Heroku and I'm trying to deploy a python app which is build using Fastapi.
Everything is working fine when running the app locally and there should be no problems with the code itself.
I've created my Procfile which…
I used a monorepo structure for my project. I'm not trying to deploy my API on Heroku with the CLI. When I do git subtree push from the top level of the working tree I get the following error:
'IEEE-CIS' does not exist; use 'git subtree add'
The…
This is the error I am getting constantly while trying to upload my app to Heroku no wonder what I am doing wrong.
I have updated node_modules reinstalled them
have cli installed and running in vs code.
npm ERR! valid-url not accessible from…
When I run git push heroku master, I get this error:
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/exampleapp-54011.git'
All the files I want to push are in the public…