Heroku Deployment Error: API requested endpoint not found

I have a working application (available here tandtpartners.herokuapp.com )
But when you try to deploy the application, the remote: ! 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? error appears again remote: ! 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? remote: ! 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? .
Even when I cloned this application to another folder and added some ! in index.html , I got the same error.

 C:\heroku\2\tandtpartners>git status On branch master Your branch is up-to-date with 'heroku/master'. Changes to be committed: (use "git reset HEAD <file>..." to unstage) modified: hello/templates/index.html C:\heroku\2\tandtpartners>git commit -m "Changed only index html" [master 8a56e0d] Changed only index html 1 file changed, 1 insertion(+), 1 deletion(-) C:\heroku\2\tandtpartners>git commit -m "Changed only index html" [master 8a56e0d] Changed only index html 1 file changed, 1 insertion(+), 1 deletion(-) C:\heroku\2\tandtpartners>git push heroku master Counting objects: 5, done. Delta compression using up to 4 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 432 bytes | 432.00 KiB/s, done. Total 5 (delta 4), reused 0 (delta 0) remote: Compressing source files... done. remote: Building source: remote: remote: ! 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? remote: To https://git.heroku.com/tandtpartners.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/tandtpartners.git' 

What can i do with this?

+7
git django heroku
source share
4 answers

From Heroku Status Page

API errors for free accounts

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

(For future users: this answer is only valid for a short period of time, but if you have the same problem, maybe you should take a look at https://status.heroku.com/ )

+5
source share

API errors for free accounts

Tools 0 MINUTES ACTIVITY

Problem

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. POSTED 4 MINUTES AGO, FEB 22, 2018 10:47 UTC

https://status.heroku.com/incidents/1404

+1
source share

Solved: API errors for free accounts.

The change that caused the problem was detected, and the fix was deployed. This affected the creation of applications for users without a credit card between 08:41 UTC and 11:00 UTC.

This issue has been resolved.

The latest information is available at: https://status.heroku.com/incidents/1404

0
source share

This error has been detected and fixed. According to the hero https://status.heroku.com/incidents/1404

0
source share

All Articles