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.
43,132
questions
0votes
0answers
10views
Heroku app Application error even after successful deployment message
I tried to deploy a simple app on Heroku but got an error: Application error An error occurred in the application and your page could not be served. If you are the application owner, check your logs ...
0votes
0answers
2views
How do I know if my Heroku Account has been deleted?
this is Christy. There's a few questions i would like to ask: How do I know if my Heroku Account has been deleted? I would like to have a termination acknowledgment of deleting the Heroku account. ...
0votes
1answer
15views
Database protection using functions
Are functions a good way of protecting a database? I am developing a website with a Postgresql back end and I wish to protect the database data & schema. I have created Postgres function for all ...
0votes
0answers
11views
Heroku unable to reproduce H12 response time out error page
We had a H12 response timeout error page issue on our Heroku server. When that happen, We estimate there was only about 20+ concurrent users. We want to reproduce this in a stress test, and then ...
0votes
0answers
22views
Heroku keeps giving me the error "No application module specified."
I'm trying to move my app from replit to python. It's a basic websocket server that sends and recieves messages. I can't start production because of this error. I can't use the gunicorn command ...
-1votes
0answers
17views
Committing a website to heroku and having problems with dependencies
I am currently trying to commit a next.js site to heroku for hosting, and I am getting couple of errors. These two images have the package.json file and the error I keep getting. Thank you The error I ...
0votes
0answers
11views
PM2.io Logging Only Real-Time. No Historic Logs
I'm working on an Express/Node application using PM2.io to monitor. Application is deployed on Heroku. For the life of me, I can't get the historic logs to work. Real-time Logs do work. Below is how ...
0votes
0answers
9views
How Do I Force SSL On My Sails js App Running On Heroku?
I am trying to force my website to use SSL hosted on Heroku no matter what. I have a custom domain on Google Domains, I'm paying for the hobby dyno which comes with encryption provided by Heroku, and ...
0votes
1answer
20views
Error rendering page: Error: Failed to load script: /_next/static/chunks/pages/_error-2280fa386d040b66.js
This website runs properly locally but then when I deployed it to heroku, it would load halfway and then go blank, the chrome console pops up errors I haven't still been able to find solutions to (It ...
-1votes
0answers
15views
Heroku [ error ] "serve" command not found
app[web.1]: > node ace serve --watch app[web.1]: app[web.1]: [ error ] "serve" command not found heroku[web.1]: Process exited with status 1 heroku[web.1]: State changed from starting ...
0votes
1answer
19views
express.json and bodyparser.json not delivering large payload of base64 image
Over the last day I have tried all solutions on the web related to express.json and bodyparser.json. (my app is on heroku) I have the following post request for a large 13mb image: const myAddJSON3 = ...
0votes
1answer
14views
Heroku flask + socket.io 400 BAD REQUEST
Hello im trying to deploy my flask app on heroku. Im using flask_socketio module and socket.io in version 4.5(i didn't know how to initialize in 2.3.x version - io()) Here's my flask code: from flask ...
-1votes
0answers
12views
How many requests/secound are available on heroku?
I want to deploy a node js server , and I just want to know how many requests/secound are available on free deployment , I want at least 1500/s which pricing plan should I choose?
0votes
0answers
15views
Need help solving my Heroku Application Error
Below are the logs I got when running heroku logs --tail in my CLI and here is a link to my repo. https://github.com/Tyler-Washington888/Goals-App 2022-06-27T13:19:28.501914+00:00 heroku[web.1]: ...
0votes
0answers
16views
ASP.NET Nuget version error when deploying to Heroku
When I deploy to Heroku, I get an error stating that my Nuget version is not up to date. When I checked my Nuget version from the command line, it was 6.2.1.2, and I don't have Microsoft.ClearScript....