Questions tagged [heroku-api]

The platform API empowers developers to automate, extend and combine Heroku with other services

The platform API empowers developers to automate, extend and combine Heroku with other services. You can use the platform API to programmatically create apps, provision add-ons and perform other tasks that could previously only be accomplished with Heroku toolbelt or dashboard.

Platform API Reference :https://devcenter.heroku.com/articles/platform-api-reference

Platform website: https://devcenter.heroku.com/categories/platform-api

Discussion Forum: https://discussion.heroku.com/category/api

153 questions
1
vote
2 answers

How to rotate Heroku Postgres / Redis credentials using the API?

Rotating Postgres and Redis credentials using the Heroku Toolbelt is very easy https://blog.heroku.com/archives/2012/7/17/rotate_database_credentials_on_heroku_postgres_ Ideally, I'd need to do this using the API. Is there a way? I can't install the…
bbonamin
  • 30,042
  • 7
  • 40
  • 49
1
vote
1 answer

Can I import .dump file to heroku through travis

I am having a QA instance which contains a very limited data(approx 30-35 MB) it contains images etc, thumbnails hence cannot put them into seed. I have a private repo at github(synced with heroku) which contains a .dump file say abc.dump file and I…
Nishutosh Sharma
  • 1,926
  • 2
  • 24
  • 39
1
vote
1 answer

How to run a Symfony command from Heroku's Scheduler

I've configured Heroku's Scheduler to run a Symfony 2 command: bash app/console myapp:send:confirmations --verbose And set it to be run each 10 minutes. But, in the logs I see those messages: 2015-09-10T13:01:25.313711+00:00 heroku[api]: Starting…
Aerendir
  • 6,152
  • 9
  • 55
  • 108
0
votes
1 answer

Heroku Container:Release on Bitbucket Pipeline

I'm trying to build Bitbucket pipeline (Dockerize) for Heroku CD of my .NET core web API project. My pipeline script: image: atlassian/default-image:3 options: docker: true pipelines: branches: 'develop': - step: name: Docker…
0
votes
1 answer

Heroku crashes with error "bash: line 1: app/main:app: No such file or directory"

I have a Django app that I am hosting on Heroku connected via Github. However, every time I try to start the app, I am receiving the error app[uvicorn.1]: bash: line 1: app/main:app: No such file or directory. Looking up the problem, it seems that…
user3324136
  • 415
  • 5
  • 20
0
votes
0 answers

I'm encountering an H14 'No web processes running' error with my Heroku app despite successful build and deploy

I am having an issue with my Heroku application. When I try to run it, I receive an error message 'No web processes running' (H14 error). The application was initially blank, then I tried to build and deploy it, which was successful. However, I…
wadda7
  • 1
  • 1
0
votes
1 answer

In a Heroku pipeline that's connected to Github, is it possible to configure automatic deployments from the API? what about manual deployments?

I'm referring to the actions of setting an automatic deploy or triggering a manual deploy in this UI: Is it possible to change those values using Heroku's Platform API?
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
0
votes
0 answers

How get currently logged user who is installing addon

I have a Heroku addon. when osme Heroku user is installing it I receive a Heroku create account event with an authentication code. After that convert it to access_token with POST https://id.heroku.com/oauth/token and finally, with the obtained…
mirik
  • 356
  • 4
  • 18
0
votes
0 answers

Is there a way to reslove the build issue while deploying server(nodejs and mongodb) application to heroku

I created a server using Node, Express, and MongoDB Atlas.When i deploy in Heroku backend module is crashing. 2023-03-13T01:20:41.570961+00:00 heroku\[web.1\]: State changed from crashed to starting 2023-03-13T01:20:42.000000+00:00 app\[api\]: Build…
venkat
  • 1
  • 1
0
votes
0 answers

deployed react app to heroku sucessfully but when i open app it says Application error

`2023-03-11T06:18:45.885222+00:00 heroku[web.1]: Starting process with command `npm start` 2023-03-11T06:18:49.167329+00:00 app[web.1]: 2023-03-11T06:18:49.167357+00:00 app[web.1]: > burn-dashboard-app@0.1.0 start 2023-03-11T06:18:49.167358+00:00…
0
votes
0 answers

Heroku endpoints suddenly stops working on staging

So I have created a Calendly webhook that fetches an appointment as soon as it's created by the user, The webhook works when I create an ngrok link but doesnt when io'm using my heroku staging link So this is the webhook //Create a new…
Phakamani Xulu
  • 259
  • 5
  • 14
0
votes
1 answer

how to create a top horizontal menu?

I am trying to create a top horizontal menu. Example below. It could be just highlighted text with specific color, nothing fancy. Roku has verical lists but haven't seen any horizontal. How would I accomplish this, what template best fits. Thank…
0
votes
1 answer

How to get data from API by using post method in Roku?

I want to get data from API in Roku by passing parameter in body using post method if any one have any idea please late me know. Thank you!
0
votes
0 answers

Heroku deployment error: Web process failed to bind to $PORT within 60 seconds of launch

My heroku app does not work. When i try to deply my heroku app it says: Web process failed to bind to $PORT within 60 seconds of launch This is the code ` const express = require('express'); const app = express(); const port = 1113; const fileUpload…
0
votes
0 answers

why heroku app can not be deployed though working on heroku local?

I am trying to deploy a mongo, node express app in heroku. It works on "heroku local" but it fails on "heroku open". any help?? thankyou for suggestions those are the logs I got... 2022-10-30T18:44:09.848332+00:00 heroku[router]: at=info method=GET…
Pepe
  • 1