Questions tagged [heroku]
The heroku tag has no usage guidance.
33
questions
0
votes
0
answers
23
views
macOS Monterey Heroku CLI error when running remote command
I'm trying to run this command in a Heroku deployed application:
heroku run 'POOL_SIZE=2 iex -S mix' -a name-of-the-app
And after waiting like a minute or so I get this error:
Error
I found this ...
0
votes
0
answers
39
views
Is Heroku using Dedicated Servers
Is Heroku using Dedicated Servers?
I am using Django and I want to know whether Heroku is using Dedicated servers or not, and what Django Deploy platforms use Dedicated Servers,
Thanks.
2
votes
0
answers
85
views
How to hide an API Key on heroku for an Angular app
I have the frontend part of a project using Angular and I am trying to find out how to properly hide an API key in a production environment (Heroku).
There are two variables I need to change between ...
1
vote
0
answers
107
views
recommendations for deploying a slack/bolt app to the cloud? [closed]
I've been trying to deploy my slack/bolt app, which works fine on Glitch, to AWS Lambda. Since we already use AWS, it seemed an obvious choice from the list provided on Slack.com.
I was able to get a ...
0
votes
0
answers
52
views
How to obtain private key from LetsEncrypt trough Heroku?
I'm using Automated Certificate Management on Heroku through Letsencrypt.
We're moving our app to a different hosting environment and would like to move the certificate to this new server as well.
...
0
votes
0
answers
14
views
Heroku Free and Paid Dynos permissions
I'm trying to use this package on my node app.
https://www.npmjs.com/package/ping
(i.e. The app I'm working on pings other sites using this package)
It appears that it is not permitted on free dynos.
...
0
votes
2
answers
2k
views
Heroku deployment - requirements.txt rejection (failed to compile python app)
Sorry if i am asking wrong questions / not providing enough info, but its a first post for me... i am getting the rejected push to heroku as shown here, i think that its an issue with the requirements....
3
votes
1
answer
121
views
slack bot running stops working occassionally
I'm following heroku's post including this specific section. If I make a noop change and I'm running a new deploy, the bot responds. But then after some time, I see bot stops responding:
The heroku ...
0
votes
1
answer
653
views
Collecting futures==3.2.0 failed in Deploy python flask app into Heroku
I am new to Heroku and I am trying to deploy a python flask app into Heroku, but in doing so, I got the message:
Could not find a version that satisfies the requirement futures==3.2.0 (from -r /tmp/...
0
votes
1
answer
327
views
How to find out the heroku version from bash in windows 10
After installing heroku CLI in my system (Winsows 10), when I try to find the version,I am getting a message saying "bash: heroku: command not found"
3
votes
0
answers
248
views
How to deploy OpenProject on Heroku?
I want to deploy project management software OpenProject on Heroku cloud through docker-compose.yml file.
version: '3'
services:
openproject:
container_name: openproject
image: openproject/...
0
votes
1
answer
832
views
heroku run bash gives error: ! ! ETIMEDOUT: connect ETIMEDOUT 50.19.103.36:5000
I'm trying to use heroku run bash on windows 10, but get the following error:
>heroku run bash
Running bash on ⬢ map-test-portal... !
! ETIMEDOUT: connect ETIMEDOUT 50.19.103.36:5000
I have ...
0
votes
1
answer
1k
views
clearDB database on heroku closing connection after 1 min of inactivity
I have deployed nodejs app on heroku using clearDB database. But it happenes that if connection is left inactive for 1 min, the server closes the connection and the app crashes. Below are my logs:
...
0
votes
1
answer
738
views
Stop 'Connection refused' errors in production
I recently began receiving error: [Errno 111] Connection refused errors from http://yandex.com/bots that crawl my website in production. I do not mind that they are crawling the site, but would rather ...
1
vote
1
answer
2k
views
Heroku cannot find module when path uses "../"
When I deployed my Node project that uses express/mongoose to Heroku and looked at the logs it showed
Error: Cannot find module '../models/Posts'
Which is required in my index.js file as
const ...
0
votes
1
answer
628
views
Why can't I access my DB on Heroku?
I created a java app, connected to a PostgreSQL DB.
I deployed the DB on Heroku.
I can access the DB when using my app on localhost, but if I deploy my app on Heroku, I get the message : nested ...
0
votes
1
answer
97
views
How do I configure Heroku to use a GitHub PAT
I'm working with Heroku, Node and GitHub.
I've created a PAT (Personal Access Token) in GitHub. And I would like to use it to install a private repository on GitHub.
The Node package.json file has a ...
1
vote
0
answers
1k
views
docker-compose: no pg_hba.conf entry for host
I'm trying to make a few containers that are started by a docker-compose to work with a remote AWS database (managed by Heroku). I configured the envs as shown bellow:
environment:
- ...
1
vote
1
answer
6k
views
Heroku Error: ENOENT: no such file or directory, stat '/app/client/build/index.html'
App repo: https://github.com/calebkish/DevConnector
To preface, my web app has been pushed to Heroku.
I'm trying to successfully build my MERN web application onto Heroku, but when I visit my app ...
1
vote
0
answers
947
views
Heroku, Code=10 Status=503 [closed]
I am trying to deploy my ruby on rails project to heroku and i am having the following problems.
2019-03-30T19:36:08.379480+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=...
1
vote
0
answers
906
views
heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" [closed]
I push my app to Heroku. It was built and deployed but crashed. The app runs perfectly on local.
0
votes
1
answer
228
views
CentOS - Path shows /usr/local/bin but installer shows path error
I'm trying to install heroku on a virtual machine running CentOS. When I use
curl https://cli-assets.heroku.com/install.sh | sh
I get an error message saying that my path does not include /usr/local/...
1
vote
0
answers
190
views
Why does Sourcetree open an authentication window for git.heroku.com?
When I have Sourcetree open, this authentication window will pop up every few minutes:
I've looked through my accounts in the Sourcetree options, and I can't find anything that looks related to this. ...
0
votes
1
answer
194
views
Heroku PostgreSQL: Warning: addons: is not a heroku command
I have found the same questions here, but the answer did not solve my problem.
Problem:
I have a local flask app running with working PostgreSQL database. In this article I found a good description ...
2
votes
2
answers
1k
views
How to use GitKraken on Heroku
I'm new to using Heroku and I noticed that the way we push our code to it is by using git commands.
I was wondering if it's possible to use GitKraken to do it.
I used GitKraken only on 2 BitBucket ...
0
votes
1
answer
376
views
Unable to deploy to heroku
I'm trying to deploy app into Heroku and it shows invalid path. I already have git@heroku.com:chat-app setup correctly.
C:\Users\Umabharathi\Nodejs\chat-app>git remote -v
heroku git@heroku.com:...
0
votes
1
answer
292
views
Output console issue with Heroku and Github on vscode
I got a problem with vscode and Github extension, I have a discord bot who runs on heroku, but everytime I write on save my code (without pushing it) it sends and focus this error, so I can't write ...
0
votes
1
answer
143
views
Set up a .app custom domain on a heroku app
I have added a custom domain on my heroku app
heroku domains:add www.mydomain.app
Now I run
heroku domains
and getting a DNS Target for my domain
On the next step I am trying to add the Target ...
11
votes
3
answers
8k
views
Setting up Heroku CLI in WSL
Trying to setup Heroku CLI to work with WSL.
Starting by following the directions here for Ubuntu 16+:
https://devcenter.heroku.com/articles/heroku-cli
sudo snap install --classic heroku
Produces ...
0
votes
1
answer
541
views
Rebuilding an app in Dokku results in 'ERROR: Failed to download minimal PHP for bootstrapping!'
I'm using Dokku for over a year now, most of the programs are written in node.js. But for a Wordpress blog we use the default heroku PHP buildpack.
After a system upgrade and subsequent reboot our ...
0
votes
1
answer
629
views
node.js base64 encoding a string yields slightly different results (local vs heroku)
I have done some searching and I gather that the issue may be down to a new line character that is being handled different locally vs on heroku but I am not sure where or how to deal with that.
I ...
1
vote
1
answer
588
views
Ruby version 2.3.3 Gemfile 2.3.0 (Sprockets Update)
I'm a newbie at Ruby on Rails. I'm trying to update the Gemfile but it keeps giving me this error: "Your Ruby version is 2.3.3, but your Gemfile specified 2.3.0"
The reason I'm trying to update the ...
0
votes
1
answer
399
views
heroku cli error: "fork: Resource temporarily unavailable"
How to resolve this error with Heroku's command-line interface:
-bash> heroku ps -a cool-app-name
/Users/billy/.local/share/heroku/client/bin/heroku: fork: Resource temporarily unavailable
/Users/...