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?
mikha koltjia
source share