sendgrid / eventkit-rails

An open source project for integrating with SendGrid's Event Webhook.
Open Software License 3.0
53 stars 73 forks source link

Deploy error on heroku #43

Open danilohidalgo opened 4 years ago

danilohidalgo commented 4 years ago

-----> Ruby app detected -----> Installing bundler 1.17.3 -----> Removing BUNDLED WITH version in the Gemfile.lock -----> Compiling Ruby/Rails Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/heroku-18/ruby-2.2.4.tgz -s -o - | tar zxf - ' failed on attempt 1 of 3. Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/heroku-18/ruby-2.2.4.tgz -s -o - | tar zxf - ' failed on attempt 2 of 3. ! ! The Ruby version you are trying to install does not exist on this stack. !
! You are trying to install ruby-2.2.4 on heroku-18. !
! Ruby ruby-2.2.4 is present on the following stacks: !
! - cedar-14 ! - heroku-16 !
! Heroku recommends you use the latest supported Ruby version listed here: ! https://devcenter.heroku.com/articles/ruby-support#supported-runtimes !
! For more information on syntax for declaring a Ruby version see: ! https://devcenter.heroku.com/articles/ruby-versions ! ! Push rejected, failed to compile Ruby app. ! Push failed

I have managed to change the stack, but only from a previously created app, but I can't find doing it with an app with auto deploy. Help please, I need an effective and easy way to manage sendgrid feedback.

pumalife commented 4 years ago

I have this issue also. I cannot deploy any of the event-kit rails master or forks. I figured this would be a very popular way to monitor webhooks from sendgrid, is this project dead?

Pranaygouru commented 4 years ago

I replicated into my repo and degraded the stack in heroku to heroku-16 but i am facing the below issue while running the app.

2020-07-27T21:54:00.240856+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dummyroad.herokuapp.com request_id=e9402b6c-d9aa-492f-9bc8-916c6473a236 fwd="71.128.145.94" dyno= connect= service= status=503 bytes= protocol=https

Any help is appreciated.