Heroku push : Error Build failed I am developing a Ruby on Rails 7 web application that uses the omniauth-linkedin-oauth2 gem for LinkedIn authentica ...
Heroku push : Error Build failed I am developing a Ruby on Rails 7 web application that uses the omniauth-linkedin-oauth2 gem for LinkedIn authentica ...
An python script I am deploying to Heroku is crashing every time it tries to build the deployment because of pandas dependencies. I have tried changin ...
This is an issue that happened after upgrading my Redis instance version on Heroku using heroku redis:upgrade The error happened when Sidekiq tried to ...
I have a Dockerfile that installs Julia and some dependencies, then call a script. The 1st line of the script is "using JSServe" which should be insta ...
I am using heroku 20 and wanted to install cloud firestore but getting the error google/cloud-firestore v1.27.2 requires ext-grpc Here is how i ...
A friend of mine programmed me a website years ago. Unfortunately from one day to the next the website did not work anymore. I do not have Ruby on my ...
I've gone through the steps at the below link to create a spring boot demo app and deploy to heroku, but I am getting an exception when pushing to her ...
I've updated my backend code and deployed but something weird happening. It only works in some cases and it looks like not updated. The updated API wo ...
I'm trying deploy a Lerna app on Heroku, but the platform isn't installing the actual Lerna package in the node_modules no matter what I do. I've gott ...
I am trying to deploy the following dash app using Heroku: https://github.com/tghannam/Data_Science_Projects/blob/main/app1.py But i am always getting ...
I'm on rails 6.1.5 And I'm trying to set my DB_POOL size in my Procfile so that I can have two db pool sizes. One for the web and another for my work ...
I am trying to clone my app to my laptop by heroku git:clone -a appname this did not retrieve the latest version. When I did I didn't see the late ...
I'm new to React + Node / Express dev. I have a react client that I am running locally only http://localhost:3000/ I've managed to deploy my Nod ...
I deployed .NET app on Heroku docker deploying went good no error but when I tried to open the app I'm getting error tried a few things like created ...
I am interested in creating an app, hosted by heroku. I am looking for a way to respond to requests only through a specific static IP. Any requests ma ...
I have a React app deployed on Netlify, and its API backend (Ruby on Rails + PostgreSQL) deployed on Heroku. The backend worked completely fine on Loc ...
My Node.js web application, built with Express, Mongoose, and EJS, is not working after hosting it on Heroku. The app connects to a MongoDB Atlas data ...
I have a semi successful deployment to heroku but the calls to the server are saying CONNECTION REFUSED and I can't figure it out. I can hit the rout ...
as you can see in the title, I'm trying to deploy an app to Heroku. But when I try to push to main branch, Heroku builds the app with OpenJDK 8. As I' ...
I have built a webserver written in python using the flask framework and psycopg2 and I have some questions about concurrent processing as it relates ...