python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I have Springboot access a Postgresql database on Heroku
I am in the process of uploading an application I am running on my local PC to Heroku. It has a Springboot backend accessing a Postgresql database and a React\Axios front end.
I uploaded the source to...
HighwayRob
Votes: 0
Answers: 1
An error occurred while installing puma (3.4.0), and Bundler cannot continue
Can someone please help me out with this. When running 'git push heroku master' getting the below error. See error logs and gem files below:
Source code on github at https://github.com/Jordanod1884/up...
jordan o'donoghue
Votes: 0
Answers: 1
Column doesn't exist error when trying to insert new value to table (on heroku using nodejs and pg library)
I'm playing with an app on heroku. It uses heroku postgresql but I have trouble inserting data to it.
The code looks as follows:
const { Client } = require('pg');
function connect2DB(){
const clien...
zap
Votes: 0
Answers: 1
Heroku Postgresql Lost Data
I have a Heroku app which was a hobby dyno, I can pay it anymore, well not for now, but I notice that a lot of data was lost.
¿Is that a process that Heroku made when the dyno goes from hobby to free ...
R.Felix
Votes: 0
Answers: 0