Can a collaborator install the Heroku Connect addon? - heroku

I am a collaborator in the app which I am working on. While I am trying to install Heroku connect I am getting an error: "that add-on plan is only available to select users". Do I need to be an owner of the app to install heroku connect?

Got this from the docs. It appears that you need to buy heroku connect addon in order to use it as no free plan available.
Heroku Connect is currently GA, but does not have a free plan type.
Please contact your Heroku sales representative for information on
access and purchase or tell us about your project and a representative
will contact you. There is no self-service signup for Heroku Connect.
Link to docs

Related

Plaid Link Issue when connecting to Chase "You may need to update your app in order to connect to Chase"

I am making my own personal financial application with React and Django. I am trying to connect to my chase account with the "development" plaid environment. When I try to add my Chase account it shows
"You may need to update your app in order to connect to Chase".
Any idea on how I can connect my app to my Chase account with "development" access?
I launch Link to create an access token to my chase account, but Plaid is showing that I may need to update the app in order to connect to Chase.
Chase requires an OAuth connection to work with Plaid. If you’re getting this error you haven’t completed all the requirements for using OAuth with Chase, such as getting Production access approval and filling out the questionnaire. (Or, if you have completed all the requirements, you haven’t been enabled for Chase OAuth yet — it takes a week or two.) You can find more details in the OAuth docs at https://plaid.com/docs/link/oauth/

Heroku phone number additional verification for addons

Have heroku free plan. Can't verify with russian phone number. Tried to verify through several USA temp phone, heroku has sent, but i didn't get code. Any ideas, how can i verify my account? And can i verify it with free plan?
p.s. wanna install SendGrid
What you are doing is 2FA Authentication. This requires a phone. But by doing so you won't be able to install SendGrid.
For that you need a verified account. This is not done by a phone number.
Heroku has an article about Verification: https://devcenter.heroku.com/articles/account-verification
Basically you need a credit card.
Most addons (including the free ones) require a credit card verified account.
The problem was only solved for me through support ticket on Heroku. Someone from their support team manually verified the account.

Credit Card verification in heroku

I am trying to create a Twitter bot and I don't have a credit card to verify the Heroku account. Is there any other way to continue with creating my Twitter bot?
I tried the code on my terminal but directs me to the credit card verification page
heroku addons:create scheduler:standard
I expected direct access after coming all that way
Not if you need addons. The use of any addon besides Heroku Postgres and Heroku connect requires account verification:
You must verify your account if you, or collaborators of your app, want to:
Use more than one dyno in the app.
Add any add-on to the app, even if the add-on is free. The only exceptions to this are the free plans for the Heroku Postgres and Heroku Connect add-ons, which can be used without verification.
Add a custom domain to the app.
Receive the transfer of an app that has paid resources.
Exceed default one-off dyno limits on the app.
Have more than 5 apps at a time. Verified accounts may have up to 100 apps.
As mentioned by Chris, you need more than one dyno due to which heroku is requesting to add credit card, but if you don't have credit card, you can add debit card info as well.I am not sure if it works in all countries but i tried with debit card issued from (India - visa/master-card) and it worked for me.

Not able add free Ignite clearDB to Heroku app

I am not able to add free Ignite clearDB to my Heroku app. It asked for to give credit card information.
Terminal:
Not sure how to add it not providing the credit card information. please help.
Unfortunately, only Postgres can be configured without an "Account Verification" through Heroku. See: Account Verification
When is verification required? You must verify your account if you, or
collaborators of your app, want to:
Use more than one dyno in the app.
Add any add-on to the app, even if the add-on is free. The only exceptions to this are the free plans for the Heroku Postgres and
Heroku Connect add-ons, which can be used without verification.
Add a custom domain to the app.
Receive the transfer of an app that has paid resources.
Exceed default one-off dyno limits on the app.
Have more than 5 apps at a time. Verified accounts may have up to 100 apps.
Try changing your database to Postgres if you don't want to give up credit card info. Just be sure to note the slight syntax differences.

Don't See Pull Requests on Heroku Pipelines Page

I'm an admin for our Heroku account and can see Review Apps on the Heroku pipelines page however I don't see open pull requests with the Create Review App option. I'm an admin of the account so I'm not sure what it is. Any ideas? Thanks!
Found it. I had to give Heroku access to my github account, even though it already had access to the corporate account I was a part of.

Resources