Skip to main content

Questions tagged [heroku]

Heroku is a cloud platform for Ruby, Node.js, Python, Go, PHP, and JVM-based applications. It features Git-based, GitHub, and API deployment strategies, and a large number of services offered as add-ons.

3 votes
3 answers
3k views

Apt update return and error NO_PUBKEY related to Heroku CLI

When doing an apt update i get the following warnings: sudo apt update Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease ...
Ahmed's user avatar
  • 408
0 votes
1 answer
96 views

How do I make Heroku recongise Procfile on the app/website?

Okay after many issues with Heroku, I have narrowed it down to it not reconsigning my Procfile, when I go onto my account and run bash then ls this comes up: I'm running lastest Groovy Gorilla and ...
SeemsToBeStuck's user avatar
0 votes
0 answers
182 views

I can't verify that the environment variable “SECRET_KEY_BASE” is properly set in Linux

My ruby ​​version is 2.6.6, my mysql version is 8.0.23, my mysql2 version is 0.5.3, my bundler version is 2.2.21, my rails version is 5.0.7.2, and my Xcode version is 12.5. I use macOS Big Sur(version ...
Marchan4's user avatar
1 vote
1 answer
3k views

How can I see only the database I have access to in pgAdmin 4?

I created a free postgres database on Heroku, when connecting it to my pgAdmin4 the connection is done normally, however, thousands of databases appear along with mine. All the databases that appear I ...
Saulo Felipe's user avatar
0 votes
0 answers
31 views

Can't push Django project to Heroku

I ran into a issue with Django pushing to heroku because of Python version, when I change in my terminal with sudo ln -sf /usr/bin/python3.6 /usr/bin/python changing the 3.6 to other versions ...
agega's user avatar
  • 1
9 votes
5 answers
20k views

Why I cannot create pipenv shell in ubuntu 20.04 LTS with python3.8?

I am getting following error while creating executing pipenv shell command: ⠋/usr/bin/python3: No module named pipenv.pew Virtualenv location: Creating a Pipfile for this project… Traceback (most ...
Akshat Zala's user avatar
1 vote
1 answer
2k views

snap "heroku" is already installed, see 'snap help refresh'

I execute the following commands to install heroku: sudo apt install snapd sudo snap install --classic heroku This error occurs: snap "heroku" is already installed, see 'snap help refresh' I'm ...
user12916796's user avatar
1 vote
0 answers
1k views

heroku container:login permission denied error troubleshooting question

TLDR: if you have this error go here How can I use docker without sudo? and once you have completed these steps restart your computer. I am trying to push a project up to heroku. I've recently ...
aisflat439's user avatar
1 vote
0 answers
2k views

Getting password authentication failed upon connecting to postgres db from pgadmin 3

I have an app deployed on Heroku that has a postgresql db added as an add-on, upon connecting to it from pgadmin3 for the first time it is getting connected but then afterwards on subsequent ...
Neeraj Sewani's user avatar
0 votes
0 answers
2k views

Snap application Heroku dropping privs did not work

When executing the command heroku after installing via snap, it throws the error dropping privs did not work: cesar@pc:~$ heroku --version dropping privs did not work But if I execute sudo heroku ...
Cesar Romero's user avatar
0 votes
0 answers
2k views

can't install or uninstall Heroku on ubuntu 18

I am trying to run heroku on my terminal with heroku login command but everytime it show me this message Install the Heroku CLI from https://cli.heroku.com If i do heroku -v , heroku run rails c ...
Pooja Mokariya's user avatar
1 vote
1 answer
2k views

Problems updating

I am quite new to Ubuntu, starting on 17.10 and am now on 18.04. On my laptop I have 16.04 which updates perfectly, but on my desktop under 18.04 nothing seems to update automatically. main error ...
Maxence's user avatar
  • 305
0 votes
1 answer
4k views

Unable to install Heroku

I'm trying to install Heroku on Ubuntu 16.04 following the instructions from the official website but after the command sudo apt-get update I'm getting the following errors : Err:30 https://...
nargiza's user avatar
  • 11
1 vote
1 answer
832 views

dpkg error while installing heroku on ubuntu 14.04

I am trying to install heroku toolbelt on mu ubuntu 14.04 I tried so many things including an answer from here itself. It was to run the following command wget -qO- https://toolbelt.heroku.com/...
Shivaraj Deepasagar's user avatar
1 vote
1 answer
2k views

Heroku Error when Installing [duplicate]

I'm trying to download Heroku for the first time onto my Ubuntu 16.04 and I'm following the Heroku website's instructions exactly by the following: sudo add-apt-repository "deb https://cli-assets....
Amber Dixon's user avatar

15 30 50 per page