我已经尝试手动clearing and setting the buildpack为我的Rails应用程序heroku/rails。我核实,我有一个Gemfile中,我仍然得到这个错误Heroku Toolbelt无法检测到一套buildpack
remote: -----> Using set buildpack heroku/ruby
remote:
remote: ! Push rejected, failed to detect set buildpack heroku/ruby
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: Verifying deploy...
remote:
remote: ! Push rejected
,因为我设置buildpack,但随后无法检测到它这是令人困惑的。我的一些路由呈现json,因为我希望这个应用可以作为后端API。我需要为Node添加一个buildpack吗?还有其他建议吗?