Error deploying code on geroku

I have java script code in a git hub and I have deployed it to Heroka many times over the last month and I have had no problems. Today, when I wanted to deploy the same code on the hero, I have the following error:

The requested API endpoint was not found. Are you using the right HTTP verb (ie `GET` vs. `POST`), and did you specify your intended version with the `Accept` header? 

Does anyone know why I came across this error and what I need to do to solve it?

+2
heroku
source share
2 answers

I have got the same error from today, although I was already able to deploy my Java application. Perhaps there is something wrong with the heroic.

I made a ticket, and I will try to inform you about it.

+1
source share

I had the same problem, and when I was looking to create a ticket, I found this notification of support for this problem now, this is an internal error in Heroku.

Check this link

We study reports of increased API errors. This affects a number of actions on the platform, including deployment, for users without a credit card associated with their account. We will update it soon.

0
source share

All Articles