Questions tagged [heroku-addon]

9 questions
1
vote
0 answers

Connection Error for Heroku Redis Addon (error:1408F10B:SSL routines:ssl3_get_record:wrong version number)

I am using Heroku for hosting my Express.js app. Recently I have upgrade the redis addon of my app that deployed on Heroku from 5.X to 7.0. And I have upgraded the redis module version to latest (4.6.7) in my codebase. But I am getting following…
Ping Zhao
  • 266
  • 5
  • 19
1
vote
1 answer

Can't add new command when connection is in closed state (express.js + mysql2 + mysql2/promise + clearDB + heruko)

i am facing thi error whenever i make a second call to the api i created using mysql2+expressjs+clearDB(on HERUKO)+heruko deployment server this is my code .... const [rows,fields]= await db.execute(MYQUERY,[myarguments]) i am calling the mysql…
1
vote
1 answer

Heroku deployment not working with postgresql api

I am working on a nodejs api found on https://www.taniarascia.com/node-express-postgresql-heroku/ it uses postgresql so it requires you to download the postgresql add-on to your app on heroku witch I did, but when I open the app it says cannot get /…
GtiClicker
  • 78
  • 8
1
vote
2 answers

New Relic APM Heroku add-on for Ruby on Rails installation problem

I've been trying to install New Relic's agent for my Heroku deployed app, I follow all steps included in New Relic's documentation including: heroku config:set NEW_RELIC_APP_NAME='Your Application Name' and after that putting gem 'newrelic_rpm' in…
0
votes
0 answers

Which of my Heroku add-ons have a pending forced upgrade?

I didn't think Heroku ever did forced upgrades but according to this page regarding heroku-redis: https://devcenter.heroku.com/changelog-items/2541 On April 30, 2023, the deprecated versions will become unavailable for provisioning and we’ll…
Najati
  • 165
  • 8
0
votes
0 answers

How get currently logged user who is installing addon

I have a Heroku addon. when osme Heroku user is installing it I receive a Heroku create account event with an authentication code. After that convert it to access_token with POST https://id.heroku.com/oauth/token and finally, with the obtained…
mirik
  • 356
  • 4
  • 18
0
votes
1 answer

Heroku Scheduler Add On UTC Timezone cannot be changed

I have been working on a project that needs to complete a task at a certain time everyday. I am using the 'free' Heroku Scheduler Add-on and the task is completed, but the problem is that it is not completed in the exact time I set for it to be…
0
votes
1 answer

Create a Heroku add-on using Node.js

I want to create a Heroku Add-on using Nodejs but cannot find any resource. I have gone through the documentation available on Heroku but it is showing examples of ruby. I wanted to know if it is actually possible to create using node? Thanks
0
votes
1 answer

How can I test sending of emails via SendGrid addon without damaging reputation?

I'm using the heroku SendGrid addon to send reminder emails on a schedule defined via heroku scheduler addon. I want to do some live tests to make sure the heroku scheduler is configured correctly and the emails really send. The problem is I have an…
stevec
  • 41,291
  • 27
  • 223
  • 311