heroku-api Questions
4
I am making a python-based web app using Streamlit. After deploying it in Heroku, the build succeeds but there is an application error. I don't have any idea where in the source code this error is ...
Yokefellow asked 18/7, 2022 at 19:11
1
My app is working on localhost but when i deploy on heroku this module is required for puppeteer app https://github.com/jontewks/puppeteer-heroku-buildpack. puppeteer node_module size is around 300...
Seventy asked 28/2, 2022 at 18:2
3
I'm trying to add a custom domain name to my heroku app and I'm seemingly using the correct command to do this, at least according to heroku docs.
heroku domains:add domain.com -a heroku-app
But I...
Flodden asked 2/11, 2021 at 19:50
2
Background: I have a project deployed to heroku. The heroku app is connected with github so I can press the "deploy" button from heroku's web api to manually deploy a branch on github to heroku.
W...
Vervain asked 18/7, 2016 at 4:1
5
Solved
I'm trying to run commands for my heroku app in my console, but it keeps telling me "Couldn't find that app." even though when I run heroku apps in my console it tells me I have one app called worl...
Bit asked 30/11, 2018 at 5:26
0
I am trying to write a Heroku auto scaling script. I want to base the auto scaling on the memory usage, dyno load and response time metrics that are available on the dashboard.
However I am not abl...
Halliard asked 30/12, 2020 at 10:38
1
I have built a project in Angular 9 for the frontend and Node.js as the backend server.
Now I am running node appserver.js for running the backend server. This listens to port 9090 as default. In a...
Deepfry asked 29/4, 2020 at 8:22
5
As of this morning, without having change anything in my Heroku CLI setup, I received the following error when I tried to run:
heroku logs -t -app <app_name>
! Please specify a version alon...
Countermeasure asked 24/7, 2017 at 16:15
1
I am using Heroku and now i need to see old logs by date.I googled but i didn't got any solution .any one know how to get logs of particular date ?
heroku logs --app myproject -n 200000
also ta...
Cunctation asked 13/3, 2018 at 4:23
1
Solved
I need to programmatically execute a command on a Heroku app that I created used their REST API. From my console, I'd regularly do it like so:
$ heroku run [command]
I'm looking for a REST API r...
Orthographize asked 23/1, 2017 at 22:28
1
© 2022 - 2025 — McMap. All rights reserved.