【问题标题】:What kind of applications need credit card verification on Heroku?什么样的应用需要在 Heroku 上进行信用卡验证?
【发布时间】:2015-09-28 21:00:28
【问题描述】:

我正在尝试遵循 Java 教程 https://devcenter.heroku.com/articles/getting-started-with-java 。 但是,当我将应用程序部署到 Heroku 时,出现以下错误:

remote: -----> Launching... 
remote:  !     Push rejected, Please verify your account in order to change resources (please enter a credit card) For more information, see https://devcenter.heroku.com/categories/billing Verify now at https://heroku.com/verify 
remote: 
remote: Verifying deploy....
remote: 
remote: !   Push rejected to stormy-stream-7644.

部署这个简单的应用程序需要信用卡验证吗?

https://devcenter.heroku.com/articles/account-verification#no-credit-or-debit-card 上声明它应该在没有信用卡/借记卡的情况下工作,但我仍然被要求进行验证。

【问题讨论】:

  • 问题到底是什么?他们只是要求您验证您的帐户。
  • 原来Heroku那边有一个bug。见status.heroku.com/incidents/815。如果删除“重复”问题会很好,因为它根本不是重复的。

标签: java heroku


【解决方案1】:

任何非 Heroku 插件都需要信用卡。这意味着Heroku PostgreSQL 数据库和Heroku Redis 没有。但是像Papertrail 这样的插件需要CC。

编辑

目前似乎存在导致此问题的错误。你可能会得到那个错误,不应该。请在http://help.heroku.com开票

【讨论】:

  • 这确实是 Heroku 的一个 bug,现在已经解决了。见status.heroku.com/incidents/815
  • 这个错误似乎影响了许多使用 papertrail 插件的入门教程。
  • 该错误已解决,应该不再是问题。教程使用 Papertrail 来演示插件的工作原理,此时您需要验证您的帐户。但是您应该能够在此之前部署并让应用程序正常工作。
  • 看来我们也不能在没有验证的情况下添加heroku redis。
猜你喜欢
  • 1970-01-01
  • 2016-07-19
  • 2011-09-24
  • 1970-01-01
  • 2014-10-11
  • 2021-07-13
  • 2010-12-13
  • 2018-05-03
  • 1970-01-01
相关资源
最近更新 更多