Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >
Filter by
Sorted by
Tagged with
1 vote
1 answer
116 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
1 answer
43 views

I'm migrating my development to django-tenants, I didn´t had any issues doing it on my local, but when I push my changes to the prod environment in Heroku, I'm getting the following error: ...
Jorge López's user avatar
0 votes
0 answers
12 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
0 votes
0 answers
48 views

I get the error below. How can I find out what the issue is? I've tried running this command from the Heroku website's terminal, and I still get the same error unable to get local issuer certificate ...
krackgen'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
1 vote
1 answer
124 views

I have a Rails 8 app deployed to Heroku. The app was working with the Postgres database connected. I pushed code for an automatic deploy. The deploy said it worked, but I am getting a 500 on some ...
Steve Schwedt's user avatar
0 votes
1 answer
77 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
367 views

Here is the scenario: I have data in two schemas within Snowflake, aiming to validate that both tables contain identical data values. I’ve set up a dynamic SQL approach in Snowflake to accomplish this....
Data_Enthusiast'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
5 votes
2 answers
3k views

Heroku updated my Postgres instance from version 13 to 16 tonight. After this update we have huge performance issues. The simplest queries take a few seconds to execute. Regardless of whether I do it ...
witek1902's user avatar
  • 285
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
50 views

I am a hobbyist who is trying to deploy a Flask app with Heroku. The project worked fine when running locally. I was using SQLite locally and transferred the database to Postgres on Heroku. I have ...
MathGuy297's user avatar
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
0 answers
19 views

I'm new in deploying app. I started using Heroku. I followed msome web tutorials, by heroku and another devs, everything goes ok but after i launhce the qpp and try to acces te link, i get this error ...
Oendel's user avatar
  • 1
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
0 votes
0 answers
100 views

I have an API that creates a model object whenever an action is true. Slight problem, everytime the API sends some data it creates a connection and these connections dont seem to cool down very ...
PhilM's user avatar
  • 415
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
1 vote
1 answer
92 views

I hope you can help me out, I developed a flask app and I'm trying to deploy to heroku. I have researched and followed the steps I came across in youtube videos etc My git tree is clean, I have a ...
pyguypy's user avatar
  • 41
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
2 votes
1 answer
266 views

I have encountered the following problem with the Postgresql database on Heroku and the PostGIS extension with a Python/Django Rest Framework project. When trying to release the application, I get the ...
Jarema Piekutowski's user avatar
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
1 vote
1 answer
149 views

I've been running my Rails application on Heroku with a PostgreSQL database for years without any issues. However, recently, I've started encountering a connection timeout error, and I'm not sure what'...
Ama's user avatar
  • 21
0 votes
1 answer
186 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
153 views

I'm trying to re-deploy an old project to Heroku and running into the error: Unable to resolve sequelize package in /app after pushing, then running the command heroku run npx sequelize-cli db:migrate....
robdev's user avatar
  • 21
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
1 answer
53 views

Everything has been connected, but the problem is in the page formatting and the style is not loaded or read, why, what is the problem, is it in La Ravel or is it missing a definition that I did not ...
free free'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
59 views

I use the filterrific gem (currently 5.2.3) a lot for my Rails apps and love it. I have run into a weird problem. I have a secondary Postgres database for my dev team to write to as an additional add-...
bbharned'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
0 votes
1 answer
175 views

So we have this PostgreSQL managed by Heroku and I am looking for a way to encrypt the entire database. I already searched for it online but the only thing I found was the PGCrypto extension. The ...
Or Nakash's user avatar
  • 3,488
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
2 votes
0 answers
341 views

if my expression is too verbose or unclear, please let me know and I will immediately make corrections. Thank you. I encountered some issues while deploying my project to Heroku (as stated in the ...
user20936494'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
0 answers
55 views

Here's the link to the git repo so you can see webpack files: https://github.com/grantleslie/tenantportal I can't deploy to Heroku. I have the ruby buildpack installed on my heroku app, and the git ...
Grant's user avatar
  • 1
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
0 votes
1 answer
246 views

We're migrating our ORM from Sequelize to Prisma, and we have a Heroku Postgres add-on setup. In Sequelize, we had the connection string hardcoded to the credentials below: So our config.json looked ...
Sami's user avatar
  • 315
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
1 vote
0 answers
41 views

I want to run some python code from a remote server in order to expose the database in output of this code. Do you have an idea of what is my probleme ? I'm connected to the heroku posgresql apps-on ...
Thibault Roussel'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
137 views

I have created a simple repository which has two functions: Greets the user. Asks for a username, saves it to the postgresql database, greets the user by this name. When I test my application ...
NeverSleeps's user avatar
  • 2,010
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
0 answers
339 views

I'd like to receive web hooks in Heroku from a third-party app and perform an action upon reception (a simple Rest API request). I'm a bit of a beginner in this. I've followed Heroku's guide, assuming ...
apatik's user avatar
  • 393
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
1 answer
574 views

I just went to run a migration on my production database. The migration was a simple ALTER TABLE .. add a column on a small table. I had tested it locally, it ran in under a second. But when I ...
Keith Schacht'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
0 votes
1 answer
61 views

I have been searching for 12 hours to a solution to this problem, please can someone help with the following. Locally my app is working as it should no errors, as soon as I deploy to heroku it just ...
Luke Littler's user avatar
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
0 votes
1 answer
228 views

I forked and cloned a repo so I could deploy to Heroku - then I got the message below asking to upgrade the project Ruby version. ! The Ruby version you are trying to install does not exist on ...
user21045418'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
2 votes
0 answers
124 views

I have a React, Node/Express, Postgres app hosted / deployed on heroku Everything was working locally up until I made configurations for deployment The client side seems to be working, server side as ...
AntAnt's user avatar
  • 21

1
2 3 4 5
21