Skip to main content

Questions tagged [heroku]

The tag has no usage guidance.

2 votes
0 answers
362 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 ...
Reivilo85k's user avatar
1 vote
0 answers
175 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 ...
ethanh's user avatar
  • 11
0 votes
0 answers
81 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. ...
jorrebor's user avatar
  • 101
0 votes
0 answers
19 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. ...
ProNoob's user avatar
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....
Jeremy's user avatar
  • 111
3 votes
1 answer
156 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 ...
lf215's user avatar
  • 31
0 votes
1 answer
989 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/...
Admin Seeoil TH's user avatar
0 votes
1 answer
434 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"
user1071549's user avatar
3 votes
0 answers
324 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/...
sandroconte's user avatar
1 vote
1 answer
1k 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 ...
Jesse Reza Khorasanee's user avatar
0 votes
1 answer
2k 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: ...
Vipul Tyagi's user avatar
0 votes
1 answer
1k 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 ...
wraasch's user avatar
  • 103
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 ...
Brendan's user avatar
  • 11
0 votes
1 answer
753 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 ...
Thiéry Sampy's user avatar
0 votes
1 answer
246 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 ...
Berni's user avatar
  • 1

15 30 50 per page