I have installed the Heroku CLI for Win 64 platform and am using Git Bash.
When entering the command heroku login or heroku login -i the program asks for any key to be pressed to open up the browser yet the program times out and throws an error…
I'm trying to use pm2 on Heroku.
When I run: heroku run bash and do a pm2 ls I get an empty list.
When I run: heroku ps:exec I get "There was an error connecting to the dyno!"
So, how can I use pm2 commands on Heroku, e.g. l: pm2 reload all, pm2…
I have express.js REST API server on Heroku.
I am trying to debug an error remotely. But, I receive below exception. The steps I tried to debug remote server are mentioned after this exception section.
Can someone please help me how can I debug…
when I build an app with docker the command
RUN rm -f something.txt
in Dockerfile
works fine but using the same command with heroku (heroku container:push web -a ...)
doesn't actually delete the file. No error is produced anyway.
Any…
I’ve been trying to login to HEROKU CLI on a headless Ubuntu. So, I don’t have a chance to open a browser. That’s why, I need to login with credential or any other method but there are only two login options which are browser, credentials.
Is there…
I have tried a few things such as resetting my password, entering everything in manually, trying all my accounts, clearing my cookies and even trying a fresh browser. However, I sadly cannot login to heroku.com
The page either refreshes itself when…
My Procfile looks like this:
web: java $JAVA_OPTS -cp target/classes:target/dependency/* com.Main
My directory structure looks like this: src/java/com/Main.java. I'm not even sure how to change my Procfile so it works correctly. The…
I am trying to run the pg:outliers command in the Heroku command line tools and I am getting the following error:
▸ pg_stat_statements extension need to be installed in the public schema first.
▸ You can install it by running:
▸
▸ …
I would like to install the Heroku CLI in my Macbook without using HomeBrew. Is there a way to do this? Perhaps by using a native command via terminal? Or some other way that does not depend on another bit of software? I have searched online but…
I am trying to setup Heroku Pipelines and would like to configure my enviroment and build process using app.json. But my app.json is being ignored.
That's how my repo looks like:
- Dir1
- Dir2
- ...
- app.json
- some other…
As you can probably tell by the title, I am having difficulty with Heroku. Whenever I run heroku --version in the Command Line, I receive the error 'heroku' is not recognized as an internal or external command, operable program or batch file. I have…
For the past 2 days, I have been consistently trying out different methods of deploying my multi-container app to Heroku via Travis CI. Heroku shows a weird error when I deploy my application from Travis CI.
Here's my
docker-compose.yml:
version:…
I am being asked for heroku app id (the app123@heroku.com) by 3rd party support. I am quite sure there was some way to do get it, but I don't see it know. It's not featured in heroku info even in the more verbose --json mode.
How can I retrieve it?