Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
118 views

I am trying to use the fast deploy of n8n with heroku: link deploy But, I get the following error: We tried to create heroku-postgresql:essential-0, but received an error from the add-on provider. Try ...
Orion Software's user avatar
0 votes
0 answers
13 views

This is my app.json file which i am using to push to github for the review app on heroku but the add-ons listed are not being added upon build finish. How to fix this? { "name": "test ...
Themba Mzumara's user avatar
1 vote
1 answer
155 views

I have a Rails 8.0.1 application (Ruby 3.3.4) that I’m deploying to Heroku. The code pushes successfully, but whenever I run: heroku run rails db:migrate I get this error: ActiveRecord::...
jordy Bolo Caldas's user avatar
0 votes
1 answer
78 views

I'm trying to connect to my Heroku PostgreSQL database through Tableau and ODBC, this needs to be over ODBC because it needs to be SSL connection. This being said, I have configured a User DSN. I ...
Jonatan Lavado's user avatar
0 votes
2 answers
81 views

I have a tickets table (Postgres on Heroku) that has about 7 million records. I have a single table query that is run often with the exported field either true or false. When it is true, it runs very ...
Michael Bordelon's user avatar
0 votes
1 answer
39 views

I have a Django project, where I am using Redis/Celery to call some API's. I've set up my settings.py file to connect to the Postgres database and when running the Django project locally (with Redis/...
Luke's user avatar
  • 11
0 votes
0 answers
52 views

I have a Ruby on Rails app using a Heroku Postgres database. When I create new records for any model, the id's get out of sequence constantly. They usually skip about 30 id's. I know how to reset the ...
John Goodman's user avatar
  • 1,098
0 votes
2 answers
104 views

I am trying to view rows and run queries in my heroku postgres database using the heroku pg:psql command but I always get this error : --> Connecting to postgresql-tapered-69603 psql: error: ...
Braden Allred's user avatar
1 vote
1 answer
538 views

I am trying to connect to a heroku-postgres database with drizzleORM, the db is actually an aws db. This is the error I get, using the db url I got from the heroku dashboard: xxx\node_modules\drizzle-...
ihaveaquestion's user avatar
0 votes
1 answer
126 views

I am encountering persistent issues with deploying my Node.js application, which includes a Vue.js frontend, on Heroku. Despite multiple attempts and varying configurations, my builds consistently ...
Jay's user avatar
  • 3
1 vote
1 answer
43 views

I'm attempting to write my first API. I wrote (with help of GPT), a simple Request script and I uploaded the Dash-API script to Heroku. I'm getting input from multiple remote locations and I wish to ...
Robert Marciniak's user avatar
0 votes
1 answer
187 views

I am brand new to Heroku and I am going through the tutorials for a Rails app. Right now all it does is process some background jobs with sidekiq. The only frontend component is the Sidekiq dashboard. ...
user979326's user avatar
0 votes
1 answer
65 views

I am creating a CRM system with Django for my non-profit organisation. Have installed a local postgres database to which I created a table students and have added 2 rows via Django Admin interface. ...
Bramboox's user avatar
0 votes
0 answers
44 views

I am writing a CLI in Kotlin primarily using this library: the CLIKT Library and I am using Gradle to manage dependencies I have a separate Django website that I have deployed to Heroku This Heroku ...
8SIXSector's user avatar
0 votes
1 answer
38 views

My Heroku build is complete, but the application is not booting for some reason. When I run heroku logs --tail, 2023-09-04T13:32:07.484629+00:00 heroku[router]: at=error code=H10 desc="App ...
user22493719's user avatar
1 vote
0 answers
48 views

I have a Ruby 2.7.6 app running on Heroku (stack heroku-20) and a branch of the same app on Ruby 3.1.4 running on Heroku (stack heroku-22). Both have identical DBs. Running these two branches locally, ...
Tony Beninate's user avatar
1 vote
0 answers
103 views

Newbie here. I am trying to deploy an app in Heroku. All the code and files are in github. In the review apps, the app is working just fine, but when it is in production, I don't understand why it is ...
PalaDean's user avatar
0 votes
1 answer
109 views

We have a Codeigniter (PHP) application hosted on the Heroku instance. We are using the Heroku Postgres database to connect and do CRUD operations. It is also connected to the Salesforce instance ...
BEingprabhU's user avatar
  • 1,716
3 votes
3 answers
1k views

I'm trying to connect a Heroku Postgres database to Google Looker Studio (former Data Studio). I found an old stack overflow question that suggests I need to use SSL and for that I need to enable ...
Leticia Esperon's user avatar
0 votes
1 answer
31 views

Good day, I'm trying to deploy by django webapp on heroku but i'm facing the following problem. The conflict is caused by: The user requested botocore==1.23.50 awsebcli 3.20.3 depends ...
Sizwe's user avatar
  • 27
1 vote
0 answers
100 views

My Heroku app fetches data from a "products" table in my database to display on my shop page. When I deploy the app on Heroku, the shop page isn't rendering the products. I'm not seeing any ...
Jessica Downing's user avatar
0 votes
1 answer
2k views

I have my local database and I created a dump file that is 1.1GB I need that data to put on Heroku but every time I run this command pg_restore --verbose --clean --no-acl --no-owner -h heroku-host -U ...
Stefan Vukovic's user avatar
0 votes
0 answers
47 views

I have a Heroku database ($200 plan). THe database is quite simple: it contains user clicks. There are about 10 fields in the main table, some fields are indexed, and the table contains about several ...
kurtgn's user avatar
  • 8,832
1 vote
0 answers
44 views

I was one of the users who had their free DB deleted. I notice they left me with a DB copy when I run heroku pg:backups as you can see below: (venv) MacBook-Pro-4:TheDropCore adamlamorre$ heroku pg:...
Adam LaMorre's user avatar
2 votes
1 answer
322 views

I need to upgrade my Heroku Postgresql database to the Basic plan. I've found the command in Heroku's docs, but I'm not sure if I need to change it to affect my account. My app's name on Heroku is ...
John Cowan's user avatar
  • 1,764

1
2 3 4 5
21