Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [heroku]

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

0 votes
0 answers
2 views

Heroku DB Connection Limit hit when using Python ThreadPoolExecutor

I have a Django app hosted on Heroku. Some user requests to this app require making long-running queries to external resources. In order to get around the Heroku 30 request timeout, I created a system ...
xgf115's user avatar
  • 91
0 votes
0 answers
15 views

Error Cannot resolve reference to bean 'mongoTemplate' while setting bean property 'mongoOperations' shows up only after deployed

Had the nested error pop up in my springboot application only after deployed on Heroku. Worked as intended when running on localhost. Database connection is fine and all the env variables are set ...
Cherlesmd's user avatar
1 vote
1 answer
59 views

Heroku Error: This command is for Docker apps only. Run git push heroku main to deploy

My existing deployment method of Heroku app is GitHub, Now I am planning to deploy the application using Heroku container (Docker based). I am facing "Error: This command is for Docker apps only. ...
Palani Kumar's user avatar
0 votes
0 answers
8 views

Heroku showing error "Cannot find package 'express' imported from /app/backend/dist/server.js" when trying to deploy

I was trying to deploy my first typescript app on heroku. But, I ended up with 2 error first the h=10 code error which I looked up all over the internet and tried all the fixes but the error still ...
Rakshit Gumber's user avatar
0 votes
0 answers
21 views

Is there a way of connecting an app running Rails 6.2 on Heroku with a persistent file system somewhere on the cloud? [closed]

We are running a Heroku app built on Rails 6.2 with Postgres and Redis. For some of the processes we need to run, we must keep a proper persistent file system. AWS S3 will not work for our needs. ...
Natalio Krasnogor's user avatar
0 votes
0 answers
17 views

Gunicorn Flask server terminating the last request with "Connection closed without response"

The Gunicorn Flask server on Heroku terminates the last request before restarting the worker, resulting in a 503 error: "Connection closed without response." I have analyzed hundreds of such ...
Awais Asghar's user avatar
0 votes
1 answer
34 views

React Component in Rails App Appears on Localhost but not Heroku Production

I have a Rails 7 app (esbuild, NO webpacker) with multiple React components, most of which work perfectly on localhost and in my Heroku production environment. Weirdly enough, this one component is ...
Liz's user avatar
  • 1,417
-1 votes
0 answers
21 views

Uncaught TypeError: Object(...) is not a function - Error in react router [closed]

I have a react application hosted in Heroku. After updating some env vars in production my app is having a strange behavior: Some users get error Uncaught TypeError: Object(...) is not a function in ...
Felipe Kummer's user avatar
-2 votes
0 answers
15 views

Heroku CI Pipeline Testing [closed]

When I try to run a test in Heroku, I encounter this error: -----> Running test command nose test... bash: line 1: nose: command not found -----> test command nose test failed with exit status ...
Subject Camera Photography's user avatar
-2 votes
0 answers
21 views

Heroku Student Benefit Payment Method Verification Failed Twice [closed]

I'm trying to claim the Heroku student benefit and verify my payment method. However, I've encountered issues twice: Each time I attempted to verif y my payment method, money was deducted from my ...
jack joe's user avatar
0 votes
0 answers
19 views

Which Database name Should I Follow When Upgrading Heroku Postgres?

I am following the Heroku documentation for upgrading the version of a Heroku Postgres database. I am currently on Step 1: Provision a Follower Database However, when I ran the command heroku pg:info -...
Mark Nunes's user avatar
-2 votes
1 answer
37 views

Why does my deployment fail with an error about PHP's sqlite3 extension?

Trying to deploy a Shopify webapp using Heroku (following Shopify documentation) I am pushing from a branch (to test before merging into master) running git push heroku <branch name>:refs/head/...
arodmcmxcix's user avatar
-3 votes
0 answers
34 views

Assistance Required for Heroku Deployment Error: Unsupported Python Version

I encountered an issue while deploying my Flask application to Heroku. During the deployment process, I received an error indicating that the requested Python runtime version is not available for the ...
Sarun Saji's user avatar
0 votes
0 answers
21 views

How to deploy an Ionic PWA in CPANEL Website [closed]

Today I have one hosted website throught CPANEL. That website have only HTML/CSS/Javascript files and I can see the files in CPANEL File Manager in the Public HTML Folder. It is working well. I have ...
Vinicius Martin's user avatar
0 votes
1 answer
36 views

Datatables causes table element to disappear, only when deployed [closed]

I have a Django web app which I'm hosting on Heroku, and I'm using the Datatables JQuery library to add extra features to a table. When I run my app locally, it works beautifully. When I deploy on ...
ChuckSteak's user avatar

15 30 50 per page
1
2 3 4 5
2907