Error in deploying code on heroku

最后都变了- 提交于 2020-01-04 05:36:19

问题


I have a java script code in git hub and I was deploying it many many times on heroku during the last month and I had no problem.Today, when I wanted to deploy the exact same code on heroku, I've got the following error:

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

Does anybody know why I encountered this error and what should I do to solve it?


回答1:


I'm having the exact same error since today, even though I've been able to deploy my java app before. There might be something wrong on heroku's end.

I made a ticket and I'll try to update you on the answer.




回答2:


I had the same problem and when I was looking for to create a ticket I found this support notification about this issue now, it's an internal error in Heroku.

Check this link

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



来源:https://stackoverflow.com/questions/48924984/error-in-deploying-code-on-heroku

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!