Heroku - application error (unable to see app) - ruby-on-rails

Hi i have been trying to get to my heroku app but it keeps giving me application error.
Attached is my heroku logs.
2014-07-30T05:52:12.995412+00:00 heroku[web.1]: State changed from starting to crashed
2014-07-30T05:52:13.734720+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=vast-fortress-4470.herokuapp.com request_id=43cec375-c96a-46c2-adcf-c0a37fb3801e fwd="192.122.131.10" dyno= connect= service= status=503 bytes=
2014-07-30T05:52:14.507679+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=vast-fortress-4470.herokuapp.com request_id=86ff6b8e-61f0-4ea8-b0e2-022989592a32 fwd="192.122.131.10" dyno= connect= service= status=503 bytes=
2014-07-30T05:52:14.584623+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=vast-fortress-4470.herokuapp.com request_id=ac5f2cb0-a1f7-4015-8990-6725b82c4f05 fwd="192.122.131.10" dyno= connect= service= status=503 bytes=
2014-07-30T05:52:21.245102+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/homr" host=vast-fortress-4470.herokuapp.com request_id=52c4c51f-2f3d-4254-8f9a-675988896758 fwd="192.122.131.10" dyno= connect= service= status=503 bytes=
2014-07-30T05:52:21.843978+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=vast-fortress-4470.herokuapp.com request_id=431135aa-9731-4d1d-81d3-cb254e269ae0 fwd="192.122.131.10" dyno= connect= service= status=503 bytes=
2014-07-30T05:52:23.903377+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/home" host=vast-fortress-4470.herokuapp.com request_id=bfcc489f-1fab-4c3d-ad7a-1b367755dfc7 fwd="192.122.131.10" dyno= connect= service= status=503 bytes=
2014-07-30T05:52:24.521571+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=vast-fortress-4470.herokuapp.com request_id=3c145744-7509-4356-850c-5b5002cad995 fwd="192.122.131.10" dyno= connect= service= status=503 bytes=
2014-07-30T05:53:29.438004+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/home" host=vast-fortress-4470.herokuapp.com request_id=52240698-37ae-4b3f-9ded-90f7f382304c fwd="192.122.131.10" dyno= connect= service= status=503 bytes=
2014-07-30T05:53:30.303500+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=vast-fortress-4470.herokuapp.com request_id=2d436bbf-3384-4820-ba28-259f15185294 fwd="192.122.131.10" dyno= connect= service= status=503 bytes=
And this is my heroku run rails console:
Running `rails console` attached to terminal... up, run.2353
/app/vendor/bundle/ruby/2.0.0/gems/activerecord-4.0.8/lib/active_record/dynamic_matchers.rb:22:in `method_missing': undefined method `dump_schema_after_migration=' for #<Class:0x007f1af45e9f00> (NoMethodError)
from /app/vendor/bundle/ruby/2.0.0/gems/activerecord-4.0.8/lib/active_record/railtie.rb:166:in `block (3 levels) in <class:Railtie>'
from /app/vendor/bundle/ruby/2.0.0/gems/activerecord-4.0.8/lib/active_record/railtie.rb:165:in `each'
from /app/vendor/bundle/ruby/2.0.0/gems/activerecord-4.0.8/lib/active_record/railtie.rb:165:in `block (2 levels) in <class:Railtie>'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:44:in `each'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
from /app/vendor/bundle/ruby/2.0.0/gems/activerecord-4.0.8/lib/active_record/base.rb:322:in `<module:ActiveRecord>'
from /app/vendor/bundle/ruby/2.0.0/gems/activerecord-4.0.8/lib/active_record/base.rb:22:in `<top (required)>'
from /app/app/models/documents.rb:1:in `<top (required)>'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:229:in `require'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:229:in `block in require'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:214:in `load_dependency'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:229:in `require'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:330:in `require_or_load'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:289:in `depend_on'
from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:207:in `require_dependency'
from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.0.8/lib/rails/engine.rb:465:in `block (2 levels) in eager_load!'
from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.0.8/lib/rails/engine.rb:464:in `each'
Can anyone shed some light on this?

Related

Deployed ruby on rails App on Heroku Successfully but app won't start, Displaying Application error

Initially, the problem was "Failed to install gems via Bundler." which i fixed by entering
by using this line
`bundle lock --add-platform x86_64-linux`
then add and commit to git, also update it on heroku, yet my couldn't app start i know you will advise me to check logs but i'm new on heroku app deployment, I can hardly find error or how to address from the logs, for example getting 503 error from my log:
2022-08-09T06:31:41.767338+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=examplerails.herokuapp.com request_id=981a1409-1e70-492c-a2ea-081a06f72ecf fwd="102.89.41.87" dyno= connect= service= status=503 bytes= protocol=https
2022-08-09T06:31:43.201958+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=examplerails.herokuapp.com request_id=8bc32463-dd26-4a1e-bc7f-483b72d91fa4 fwd="102.89.41.87" dyno= connect= service= status=503 bytes= protocol=https
2022-08-09T06:34:41.603649+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=examplerails.herokuapp.com request_id=1b7339b2-9706-479e-8ba9-3a29392a05a8 fwd="102.89.41.87" dyno= connect= service= status=503 bytes= protocol=https
2022-08-09T06:34:41.882759+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=examplerails.herokuapp.com request_id=a6ad6b2c-2cb5-4fd9-a803-1fc1ebf36b17 fwd="102.89.41.87" dyno= connect= service= status=503 bytes= protocol=https
2022-08-09T06:43:46.049127+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=examplerails.herokuapp.com request_id=c282cc3b-2f7e-4010-9f96-ddc996c87abd fwd="102.89.41.87" dyno= connect= service= status=503 bytes= protocol=https
2022-08-09T06:43:46.314701+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=examplerails.herokuapp.com request_id=3a12bb5a-2b46-433c-997e-a9b6bcdcb18f fwd="102.89.41.87" dyno= connect= service= status=503 bytes= protocol=https
2022-08-09T06:48:44.746660+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=examplerails.herokuapp.com request_id=6c61c7ce-f69e-43de-aed5-40d5f85239a1 fwd="102.89.41.87" dyno= connect= service= status=503 bytes= protocol=https
2022-08-09T06:48:45.250757+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=examplerails.herokuapp.com request_id=b4656eff-d125-4225-90fd-fb8e14cdf5ea fwd="102.89.41.87" dyno= connect= service= status=503 bytes= protocol=https
``
**or is it from this line of logs?**
``
from config.ru:3:in `require_relative'
2022-08-09T02:17:27.936748+00:00 app[web.1]: from config.ru:3:in `block in <main>'
2022-08-09T02:17:27.936755+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:116:in `eval'
2022-08-09T02:17:27.936764+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:116:in `new_from_string'
2022-08-09T02:17:27.936766+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:105:in `load_file'
2022-08-09T02:17:27.936773+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:66:in `parse_file'
2022-08-09T02:17:27.936775+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:349:in `build_app_and_options_from_config'
2022-08-09T02:17:27.936776+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:249:in `app'
2022-08-09T02:17:27.936791+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:422:in `wrapped_app'
2022-08-09T02:17:27.936791+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:312:in `block in start'
2022-08-09T02:17:27.936792+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:379:in `handle_profiling'
2022-08-09T02:17:27.936794+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:311:in `start'
2022-08-09T02:17:27.936794+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/commands/server/server_command.rb:38:in `start'
2022-08-09T02:17:27.936803+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/commands/server/server_command.rb:143:in `block in perform'
2022-08-09T02:17:27.936805+00:00 app[web.1]: from <internal:kernel>:90:in `tap'
2022-08-09T02:17:27.936807+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/commands/server/server_command.rb:134:in `perform'
2022-08-09T02:17:27.936809+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/thor-1.2.1/lib/thor/command.rb:27:in `run'
2022-08-09T02:17:27.936817+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command'
2022-08-09T02:17:27.936819+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch'
2022-08-09T02:17:27.936820+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/command/base.rb:87:in `perform'
2022-08-09T02:17:27.936828+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/command.rb:48:in `invoke'
2022-08-09T02:17:27.936830+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/railties-7.0.3.1/lib/rails/commands.rb:18:in `<main>'
2022-08-09T02:17:27.936837+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.13.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
2022-08-09T02:17:27.936839+00:00 app[web.1]: from /app/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.13.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
2022-08-09T02:17:27.936841+00:00 app[web.1]: from bin/rails:4:in `<main>'
``
Later got it solved with this command on terminal
$heroku run rails console
Thanks!

How to fixed undefined method error in Rails + Heroku

My code + site were previously working and with 0 code changes I started to get this error message in my Heroku logs when trying to query the database:
(erb):19:in `<main>': undefined method `[]' for nil:NilClass (NoMethodError).
I'm not sure where to look for this error because it isn't telling me where to look or what file the error is happening in. If anyone has any advice it would be much appreciated!
I have posted the full logs for reference, the app seems to be crashing right away because of this. I am running a Rails server using Postgres with a React front end.
2019-05-16T03:18:48.031948+00:00 app[web.1]: => Booting Puma
2019-05-16T03:18:48.031951+00:00 app[web.1]: => Rails 5.2.3 application starting in production
2019-05-16T03:18:48.031953+00:00 app[web.1]: => Run `rails server -h` for more startup options
2019-05-16T03:18:48.031954+00:00 app[web.1]: Exiting
2019-05-16T03:18:51.847816+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 44489 -e production`
2019-05-16T03:18:57.042441+00:00 heroku[web.1]: State changed from starting to crashed
2019-05-16T03:18:56.943508+00:00 app[web.1]: (erb):19:in `<main>': undefined method `[]' for nil:NilClass (NoMethodError)
2019-05-16T03:18:56.943566+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/erb.rb:901:in `eval'
2019-05-16T03:18:56.943592+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/erb.rb:901:in `result'
2019-05-16T03:18:56.943624+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activestorage-5.2.3/lib/active_storage/engine.rb:95:in `block (2 levels) in <class:Engine>'
2019-05-16T03:18:56.943660+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/lazy_load_hooks.rb:71:in `instance_eval'
2019-05-16T03:18:56.943682+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/lazy_load_hooks.rb:71:in `block in execute_hook'
2019-05-16T03:18:56.943701+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/lazy_load_hooks.rb:62:in `with_execution_control'
2019-05-16T03:18:56.943720+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/lazy_load_hooks.rb:67:in `execute_hook'
2019-05-16T03:18:56.943741+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/lazy_load_hooks.rb:52:in `block in run_load_hooks'
2019-05-16T03:18:56.943772+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/lazy_load_hooks.rb:51:in `each'
2019-05-16T03:18:56.943792+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks'
2019-05-16T03:18:56.943811+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activestorage-5.2.3/app/models/active_storage/blob.rb:235:in `<class:Blob>'
2019-05-16T03:18:56.943834+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activestorage-5.2.3/app/models/active_storage/blob.rb:16:in `<main>'
2019-05-16T03:18:56.943858+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require'
2019-05-16T03:18:56.943892+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `block in require_with_bootsnap_lfi'
2019-05-16T03:18:56.943916+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
2019-05-16T03:18:56.943941+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require_with_bootsnap_lfi'
2019-05-16T03:18:56.943966+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
2019-05-16T03:18:56.944003+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
2019-05-16T03:18:56.944006+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
2019-05-16T03:18:56.944007+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
2019-05-16T03:18:56.944012+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:378:in `block in require_or_load'
2019-05-16T03:18:56.944014+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:37:in `block in load_interlock'
2019-05-16T03:18:56.944015+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
2019-05-16T03:18:56.944019+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
2019-05-16T03:18:56.944021+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies/interlock.rb:13:in `loading'
2019-05-16T03:18:56.944024+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:37:in `load_interlock'
2019-05-16T03:18:56.944028+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:356:in `require_or_load'
2019-05-16T03:18:56.944031+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `block in require_or_load'
2019-05-16T03:18:56.944035+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
2019-05-16T03:18:56.944038+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/active_support.rb:47:in `require_or_load'
2019-05-16T03:18:56.944041+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:334:in `depend_on'
2019-05-16T03:18:56.944083+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/active_support.rb:85:in `depend_on'
2019-05-16T03:18:56.944102+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:246:in `require_dependency'
2019-05-16T03:18:56.944107+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
2019-05-16T03:18:56.944118+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/engine.rb:477:in `each'
2019-05-16T03:18:56.944120+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/engine.rb:477:in `block in eager_load!'
2019-05-16T03:18:56.944122+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/engine.rb:475:in `each'
2019-05-16T03:18:56.944123+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/engine.rb:475:in `eager_load!'
2019-05-16T03:18:56.944125+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/engine.rb:356:in `eager_load!'
2019-05-16T03:18:56.944126+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/application/finisher.rb:69:in `each'
2019-05-16T03:18:56.944128+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
2019-05-16T03:18:56.944129+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `instance_exec'
2019-05-16T03:18:56.944131+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/initializable.rb:32:in `run'
2019-05-16T03:18:56.944135+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/initializable.rb:61:in `block in run_initializers'
2019-05-16T03:18:56.944137+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/tsort.rb:228:in `block in tsort_each'
2019-05-16T03:18:56.944138+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
2019-05-16T03:18:56.944140+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from'
2019-05-16T03:18:56.944142+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component'
2019-05-16T03:18:56.944143+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/tsort.rb:347:in `each'
2019-05-16T03:18:56.944145+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/tsort.rb:347:in `call'
2019-05-16T03:18:56.944146+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component'
2019-05-16T03:18:56.944150+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/tsort.rb:226:in `tsort_each'
2019-05-16T03:18:56.944151+00:00 app[web.1]: from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/tsort.rb:205:in `tsort_each'
2019-05-16T03:18:56.944153+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/initializable.rb:60:in `run_initializers'
2019-05-16T03:18:56.944154+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/application.rb:361:in `initialize!'
2019-05-16T03:18:56.944158+00:00 app[web.1]: from /app/config/environment.rb:5:in `<main>'
2019-05-16T03:18:56.944160+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require'
2019-05-16T03:18:56.944164+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `block in require_with_bootsnap_lfi'
2019-05-16T03:18:56.944167+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
2019-05-16T03:18:56.944171+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require_with_bootsnap_lfi'
2019-05-16T03:18:56.944174+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
2019-05-16T03:18:56.944178+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
2019-05-16T03:18:56.944181+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
2019-05-16T03:18:56.944184+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
2019-05-16T03:18:56.944213+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:48:in `require_relative'
2019-05-16T03:18:56.944215+00:00 app[web.1]: from config.ru:3:in `block in <main>'
2019-05-16T03:18:56.944220+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/builder.rb:55:in `instance_eval'
2019-05-16T03:18:56.944221+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/builder.rb:55:in `initialize'
2019-05-16T03:18:56.944223+00:00 app[web.1]: from config.ru:in `new'
2019-05-16T03:18:56.944227+00:00 app[web.1]: from config.ru:in `<main>'
2019-05-16T03:18:56.944229+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/builder.rb:49:in `eval'
2019-05-16T03:18:56.944232+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/builder.rb:49:in `new_from_string'
2019-05-16T03:18:56.944235+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/builder.rb:40:in `parse_file'
2019-05-16T03:18:56.944239+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/server.rb:319:in `build_app_and_options_from_config'
2019-05-16T03:18:56.944268+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/server.rb:219:in `app'
2019-05-16T03:18:56.944270+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/commands/server/server_command.rb:27:in `app'
2019-05-16T03:18:56.944272+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/server.rb:354:in `wrapped_app'
2019-05-16T03:18:56.944273+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/server.rb:283:in `start'
2019-05-16T03:18:56.944275+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/commands/server/server_command.rb:53:in `start'
2019-05-16T03:18:56.944276+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/commands/server/server_command.rb:147:in `block in perform'
2019-05-16T03:18:56.944280+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/commands/server/server_command.rb:142:in `tap'
2019-05-16T03:18:56.944282+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/commands/server/server_command.rb:142:in `perform'
2019-05-16T03:18:56.944283+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/thor-0.20.3/lib/thor/command.rb:27:in `run'
2019-05-16T03:18:56.944285+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/thor-0.20.3/lib/thor/invocation.rb:126:in `invoke_command'
2019-05-16T03:18:56.944288+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/thor-0.20.3/lib/thor.rb:387:in `dispatch'
2019-05-16T03:18:56.944294+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/command/base.rb:65:in `perform'
2019-05-16T03:18:56.944298+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/command.rb:46:in `invoke'
2019-05-16T03:18:56.944300+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.3/lib/rails/commands.rb:18:in `<main>'
2019-05-16T03:18:56.944306+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require'
2019-05-16T03:18:56.944310+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `block in require_with_bootsnap_lfi'
2019-05-16T03:18:56.944312+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
2019-05-16T03:18:56.944316+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require_with_bootsnap_lfi'
2019-05-16T03:18:56.944319+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
2019-05-16T03:18:56.944322+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `block in require'
2019-05-16T03:18:56.944326+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in `load_dependency'
2019-05-16T03:18:56.944329+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in `require'
2019-05-16T03:18:56.944333+00:00 app[web.1]: from bin/rails:9:in `<main>'
2019-05-16T03:18:56.946482+00:00 app[web.1]: => Booting Puma
2019-05-16T03:18:56.946485+00:00 app[web.1]: => Rails 5.2.3 application starting in production
2019-05-16T03:18:56.946486+00:00 app[web.1]: => Run `rails server -h` for more startup options
2019-05-16T03:18:56.946488+00:00 app[web.1]: Exiting
2019-05-16T03:18:57.021770+00:00 heroku[web.1]: Process exited with status 1
2019-05-16T03:18:59.372424+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=access-health-api.herokuapp.com request_id=2d1cd2c7-26c3-4683-811d-cbda8db552dc fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:18:59.663153+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=access-health-api.herokuapp.com request_id=56992e93-e701-4804-a9d7-69c8d8df7d7a fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:19:02.649992+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=access-health-api.herokuapp.com request_id=31ee4ee0-7922-4aa8-a325-8e64ba6df53a fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:19:03.021979+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=access-health-api.herokuapp.com request_id=220e35c1-a291-432a-8d6b-8d29da2767ef fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:19:07.504379+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/v1/users" host=access-health-api.herokuapp.com request_id=008e3ef2-c32c-47d8-8309-699caa249e63 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:19:07.819506+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=access-health-api.herokuapp.com request_id=d73baebd-1589-42e5-924f-5afe337d038d fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.522834+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/v1/campaigns?limit=10&offset=0" host=access-health-api.herokuapp.com request_id=e9eedb45-dc01-41f0-bbde-8b2ecc0f7961 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.527111+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/v1/donations" host=access-health-api.herokuapp.com request_id=34206172-903b-4e96-a143-8233398054eb fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.552441+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBMZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e302b733d6a303f98f430527e4db7d9e1c7194d0/imaeg10.jpg" host=access-health-api.herokuapp.com request_id=8517b5f3-a6de-4b59-a50e-3fd5df1d844a fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.534909+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/v1/campaigns" host=access-health-api.herokuapp.com request_id=b2dd49bb-5ffe-4c69-b4da-b440152c255c fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.558146+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBLdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c9e2fbcef5f6da29926f88b9a59eafaf2a621902/image8.jpeg" host=access-health-api.herokuapp.com request_id=ad023112-c77f-40a0-aeb2-d27958869cf8 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.560544+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBNUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--434e900caca4f34c2e63005cd6820116c07a732c/image12.jpg" host=access-health-api.herokuapp.com request_id=b28c7275-2c51-4016-a1b9-a88183564334 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.559299+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBGZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c9c9909537431b859cae12836c80416ea5649eeb/image7.jpeg" host=access-health-api.herokuapp.com request_id=a7b52b07-a196-46ae-a200-4c79571e32cb fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.679112+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBNdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--956376570744f0cfdad27f52b232b51ce980f004/image14.jpg" host=access-health-api.herokuapp.com request_id=7826790c-6c3b-4d8d-b4d2-6842d3082719 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.525066+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/v1/users" host=access-health-api.herokuapp.com request_id=3136154e-d953-424c-8460-956157999cb3 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.554648+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBFUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b51c526a014de8d76bb5d90f35796fb2eae84886/image3.jpg" host=access-health-api.herokuapp.com request_id=3caa2f7a-8db5-4592-b8f9-be25e2af6304 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.562032+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBMUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5c47228f800d55ab9ec19b608f3222382f67280a/image9.jpeg" host=access-health-api.herokuapp.com request_id=176b645d-0eea-416b-8f7b-6f8efdf769c4 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.679591+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBFdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2e0ed771252e549303c16fe6bfd23cc0b44623ac/image4.jpg" host=access-health-api.herokuapp.com request_id=08371d3f-fe83-48c3-88ff-d6e911366cb7 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.670224+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBNQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--76604889b9eb7c143ae9ab78a7fc1243783a77b7/image11.jpg" host=access-health-api.herokuapp.com request_id=17b2b861-0343-4a9a-8bad-ffabd1bdc9e8 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:21:18.677029+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBOQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ecd1de1a884d5248751e826ea51b0b6053f36c63/image15.jpg" host=access-health-api.herokuapp.com request_id=28628a35-65f1-4247-944e-453595204b11 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.803733+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/v1/campaigns?limit=10&offset=0" host=access-health-api.herokuapp.com request_id=d6612341-e2da-48e2-a69d-8a2f77920d8f fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.802351+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/v1/donations" host=access-health-api.herokuapp.com request_id=49819d09-b169-48c1-958b-0ac1ece45e2c fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.801217+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/v1/users" host=access-health-api.herokuapp.com request_id=d74d9cb1-ab8f-45b2-857c-a52d5afe680c fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.836605+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBNQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--76604889b9eb7c143ae9ab78a7fc1243783a77b7/image11.jpg" host=access-health-api.herokuapp.com request_id=c4cf28a2-f071-48df-98bd-67fa4d14c9ee fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.807718+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/v1/campaigns" host=access-health-api.herokuapp.com request_id=4d22425b-0686-4702-9b67-da66846e67d6 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.835121+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBGZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c9c9909537431b859cae12836c80416ea5649eeb/image7.jpeg" host=access-health-api.herokuapp.com request_id=5d8e4d55-54af-45d6-b221-8f4b62a5d42b fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.957398+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBNdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--956376570744f0cfdad27f52b232b51ce980f004/image14.jpg" host=access-health-api.herokuapp.com request_id=6ceed2db-cbe1-4c35-83f9-1b86b43f1435 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.834407+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBMZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e302b733d6a303f98f430527e4db7d9e1c7194d0/imaeg10.jpg" host=access-health-api.herokuapp.com request_id=fd8bb5a6-1c76-4dfe-b5d6-9139e4ed2ae8 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.945770+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBMUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5c47228f800d55ab9ec19b608f3222382f67280a/image9.jpeg" host=access-health-api.herokuapp.com request_id=c8654612-7345-46df-a9ce-9d147a12ea2f fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.937624+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBNUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--434e900caca4f34c2e63005cd6820116c07a732c/image12.jpg" host=access-health-api.herokuapp.com request_id=f58d4b84-7da2-47b7-ac31-afab5ad7bbeb fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.948654+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBFdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2e0ed771252e549303c16fe6bfd23cc0b44623ac/image4.jpg" host=access-health-api.herokuapp.com request_id=8dfb2fa6-5768-45ae-aa5c-8fbb63eae45a fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.837688+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBLdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c9e2fbcef5f6da29926f88b9a59eafaf2a621902/image8.jpeg" host=access-health-api.herokuapp.com request_id=d728ad22-472c-4047-827f-917ab6889b0b fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.824566+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBFUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b51c526a014de8d76bb5d90f35796fb2eae84886/image3.jpg" host=access-health-api.herokuapp.com request_id=092dad6d-c47e-4db7-bd41-7714563669f2 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
2019-05-16T03:29:13.836115+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBOQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ecd1de1a884d5248751e826ea51b0b6053f36c63/image15.jpg" host=access-health-api.herokuapp.com request_id=c5d50bb9-e35c-4c64-9cdd-4d583f9a0dd4 fwd="68.198.112.113" dyno= connect= service= status=503 bytes= protocol=https
It looks like the error is coming from Embedded Ruby. Is there a YAML configuration file with ERB tags <%= %> that is trying to access a key of a nil hash?
from /app/vendor/ruby-2.6.1/lib/ruby/2.6.0/erb.rb:901:in `eval'
I just solved possibly the same problem. Turns out, I didn't have a Rails master key set in Heroku. Here's the info that worked for me:
Before continuing on we'll take a moment to do an absolutely essential step to ensure Active Storage works with Heroku. Heroku will only be able to unencrypt your credentials.yml.enc if we add our master key (which can be found in config/master.key). However, the master key is gitignored for good reason. Do not check this file into git. We can use the heroku command line to secretly add the key to our heroku config.
$ heroku config:set RAILS_MASTER_KEY=<your-master-key-here>
If you do not do this Active Storage won't work on Heroku and will cause a ton of unhelpful errors.

Application error on Heroku. An error occurred in the application and your page could not be served

I have deployed my first app on Heroku. The app was working. I did some css styling, added a gem and added a widget. After pushing to Heroku I started getting this error.
Application error,
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.
I deleted all changes and deleted the gem and I'm still getting the same error.
Can someone please help.
This is what my logs says.
Application Logs
2016-12-19T07:39:21.070388+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:282:in `start'
2016-12-19T07:39:21.070390+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.0.1/lib/rails/commands/server.rb:79:in `start'
2016-12-19T07:39:21.070392+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.0.1/lib/rails/commands/commands_tasks.rb:90:in `block in server'
2016-12-19T07:39:21.070394+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.0.1/lib/rails/commands/commands_tasks.rb:85:in `tap'
2016-12-19T07:39:21.070398+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.0.1/lib/rails/commands/commands_tasks.rb:49:in `run_command!'
2016-12-19T07:39:21.070396+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.0.1/lib/rails/commands/commands_tasks.rb:85:in `server'
2016-12-19T07:39:21.070400+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.0.1/lib/rails/commands.rb:18:in `<top (required)>'
2016-12-19T07:39:21.070402+00:00 app[web.1]: from bin/rails:4:in `require'
2016-12-19T07:39:21.070421+00:00 app[web.1]: from bin/rails:4:in `<main>'
2016-12-19T12:18:12.445785+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=bark-sj.herokuapp.com request_id=b19b4989-195e-4dd9-b9d4-be040f005567 fwd="71.75.222.70" dyno= connect= service= status=503 bytes=
2016-12-19T12:18:12.883504+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=bark-sj.herokuapp.com request_id=da691f65-a247-4486-be41-5e40a24bf73d fwd="71.75.222.70" dyno= connect= service= status=503 bytes=
2016-12-19T12:19:06.946508+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=bark-sj.herokuapp.com request_id=2742ae66-fc1a-41f3-a7a1-34f19d80be2c fwd="71.75.222.70" dyno= connect= service= status=503 bytes=
2016-12-19T12:19:07.336515+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=bark-sj.herokuapp.com request_id=b0fb1a59-64b3-4b94-a5d4-cf620e3522b1 fwd="71.75.222.70" dyno= connect= service= status=503 bytes=
2016-12-19T12:19:35.432525+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=bark-sj.herokuapp.com request_id=2ec59492-b01c-48bc-85b1-d8cb836429ce fwd="71.75.222.70" dyno= connect= service= status=503 bytes=
2016-12-19T12:19:35.816449+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=bark-sj.herokuapp.com request_id=d80af4e9-e11d-4117-a2f0-c03e5a5df940 fwd="71.75.222.70" dyno= connect= service= status=503 bytes=
2016-12-19T12:19:44.824487+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=bark-sj.herokuapp.com request_id=ec97a999-1805-4755-b975-fc497ca7f4dc fwd="71.75.222.70" dyno= connect= service= status=503 bytes=
2016-12-19T12:19:45.234548+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=bark-sj.herokuapp.com request_id=a5501bea-0322-4053-8b80-9fd4a62e49ac fwd="71.75.222.70" dyno= connect= service= status=503 bytes=

Hartl's Ruby on Rails / Hello_App / Heroku Error H10

I have coded the very simple app titled "Hello_App" from Hartl's Ruby on Rails. I followed all Hartl's instructions very closely. Everything worked fine locally. But when I attempted to deploy the app using Heroku, it crashed. I am stumped and don't know where to start.
Part of the Heroku log with H10 errors appears below. At your request, I have added more from Heroku log.
2015-08-14T19:55:56.904410+00:00 heroku[web.1]: State changed from starting to crashed
2015-08-14T19:55:56.889764+00:00 heroku[web.1]: Process exited with status 1
2015-08-14T20:05:25.919515+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=limitless-scrubland-1831.herokuapp.com request_id=1beaad1e-a07e-4d0c-9529-e4a9989b7fd5 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:05:26.640952+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=7f9b2df4-a493-4187-ac15-45d4ff35b61a fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:05:27.086774+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=33c8f879-dfd8-4f7c-85f6-2172a7c08b78 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:05:38.952685+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=limitless-scrubland-1831.herokuapp.com request_id=ce43f182-4fff-4165-ad3b-23cb5a68ac13 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:05:39.279391+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=96e37351-3ac1-45f0-89ee-54adc829f53e fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:05:39.676755+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=4024e8b2-a27d-4fe3-aa49-3e7b128cf0da fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:05:41.312964+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=limitless-scrubland-1831.herokuapp.com request_id=92c17cfa-506d-4c18-a663-b3a04ab83c99 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:05:41.657395+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=a7c6d25a-50cb-4a35-9073-4fddd9d575a4 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:05:41.968456+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=1728d5eb-61f2-4467-837d-06d82170269c fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:06:19.817216+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=limitless-scrubland-1831.herokuapp.com request_id=924bc3af-a0a6-4f65-b98a-8218e0cea25b fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:07:04.947791+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=limitless-scrubland-1831.herokuapp.com request_id=0eb2022f-767e-4f09-a051-58918ccfaf78 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:07:05.409107+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=23d3549c-4f28-4acf-9292-2121140258c1 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:07:05.364009+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=f3ed4b18-f7a8-4bc3-9db6-4891a99f8841 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:20:37.715136+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=limitless-scrubland-1831.herokuapp.com request_id=92983800-f1ad-49a7-b62b-ce72ce8f98cf fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:20:47.198875+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=limitless-scrubland-1831.herokuapp.com request_id=a04cd8ef-b431-4017-8f35-cb6a628c8edd fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:20:57.600588+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=limitless-scrubland-1831.herokuapp.com request_id=feb42ed2-d19a-49e0-a5b3-9e7e1929a1c4 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:20:58.091505+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=1a7f818c-3de5-4c59-9455-52eef5462f19 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:20:58.349130+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=b573207f-0313-4f91-833e-72a28295aa9a fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:21:01.210478+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=limitless-scrubland-1831.herokuapp.com request_id=b025e36f-2001-4b24-a6aa-1ff66095ba42 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:21:01.650946+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=805b2fde-00f7-41df-b080-61aa2127121c fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
2015-08-14T20:21:01.943160+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=limitless-scrubland-1831.herokuapp.com request_id=5e6e6d4f-836e-43fa-813d-8f09f7627f10 fwd="67.244.72.196" dyno= connect= service= status=503 bytes=
Also, when I keyed "$ git push heroku master" prior to deployment, I got the following the following warnings, though I'm not sure they are relevant to the crash.
remote: ###### WARNING:
remote: Include 'rails_12factor' gem to enable all platform features
remote:
remote: ###### WARNING:
remote: You have not declared a Ruby version in your Gemfile.
remote: To set your Ruby version add this line to your Gemfile:
remote: ruby '2.0.0'
remote:
remote: ###### WARNING:
remote: No Procfile detected, using the default web server (webrick)
Can anyone give me some basic suggestions? Please remember in any replies that I am very new to all of this.
Puts this in you Gemfile
group :production do
gem 'pg' #sqlite3 gem is not supported on Heroku.
gem 'rails_12factor'
end
run bundle commit the changes and try to push to heroku again git push heroku master

Deploying meteor to Heroku serve : Application error

As a beginner with those tools, i followed tuto i found on the web to help me starting my app.
Here are the exacts commands i runned on ubuntu to deploy the todos example app from meteor and testthe whole thing.
meteor create --example todos
cd todos
git init
git add .
git commit -m "my first commit"
heroku create test2-push --stack cedar --buildpack https://github.com/AdmitHub/meteor-buildpack-horse.git
heroku config:set BUILDPACK_URL=https://github.com/AdmitHub/meteor-buildpack-horse.git
heroku addons:add mongolab
git remote -v (vérification validité repo)
git push heroku master
But I'm having some trouble,as you can see here : http://test2-push.herokuapp.com
When i look at the logs, this is what kind of report i see :
2015-04-01T14:29:25.298089+00:00 heroku[web.1]: Starting process with command `.meteor/heroku_build/bin/node .meteor/heroku_build/app/main.js`
2015-04-01T14:29:28.779222+00:00 app[web.1]:
2015-04-01T14:29:28.780112+00:00 app[web.1]: ^
2015-04-01T14:29:28.785982+00:00 app[web.1]: ReferenceError: Router is not defined
2015-04-01T14:29:28.785988+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:222:10
2015-04-01T14:29:28.785992+00:00 app[web.1]: at Function._.each._.forEach (/app/.meteor/heroku_build/app/programs/server/node_modules/underscore/underscore.js:79:11)
2015-04-01T14:29:28.780101+00:00 app[web.1]: throw(ex);
2015-04-01T14:29:28.785993+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:117:5
2015-04-01T14:29:28.785987+00:00 app[web.1]: at app/lib/router.js:65:3
2015-04-01T14:29:28.785990+00:00 app[web.1]: at Array.forEach (native)
2015-04-01T14:29:28.785985+00:00 app[web.1]: at app/lib/router.js:1:36
2015-04-01T14:29:28.779799+00:00 app[web.1]: /app/.meteor/heroku_build/app/programs/server/node_modules/fibers/future.js:245
2015-04-01T14:29:29.744095+00:00 heroku[web.1]: Process exited with status 8
2015-04-01T14:29:29.766467+00:00 heroku[web.1]: State changed from starting to crashed
2015-04-01T14:34:38.939853+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=4fb9c97d-b6f4-4056-b2d8-bae03d2db625 fwd="195.68.112.65" dyno= connect= service= status=503 bytes=
2015-04-01T14:34:40.423408+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=9656f317-a5ca-41ba-86f5-1baf492aaae8 fwd="195.68.112.65" dyno= connect= service= status=503 bytes=
2015-04-01T14:46:09.239587+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=76bfeefc-8632-4e92-835d-76b923e130fe fwd="195.68.112.65" dyno= connect= service= status=503 bytes=
2015-04-01T14:46:07.628681+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=24e7d69c-5392-479e-88c1-517a14e49674 fwd="195.68.112.65" dyno= connect= service= status=503 bytes=
2015-04-01T15:09:43.185071+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=e3e2e1e3-a1bb-43f9-93b8-b9bbfc4e36e2 fwd="195.68.112.65" dyno= connect= service= status=503 bytes=
2015-04-01T15:09:44.651505+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=c4db7ce2-5cb6-4bf8-b742-d282743f9c83 fwd="195.68.112.65" dyno= connect= service= status=503 bytes=
2015-04-01T15:24:01.764681+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=eb8e20f8-fd89-40ec-b3c1-663bb4df3d19 fwd="195.68.112.65" dyno= connect= service= status=503 bytes=
2015-04-01T15:24:03.176506+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=1f89a73e-31ff-4c64-aad2-d17c0ac1122a fwd="195.68.112.65" dyno= connect= service= status=503 bytes=
2015-04-01T15:28:06.635282+00:00 heroku[web.1]: State changed from crashed to starting
2015-04-01T15:28:10.577708+00:00 heroku[web.1]: Starting process with command `.meteor/heroku_build/bin/node .meteor/heroku_build/app/main.js`
2015-04-01T15:28:13.357353+00:00 app[web.1]: /app/.meteor/heroku_build/app/programs/server/node_modules/fibers/future.js:245
2015-04-01T15:28:13.356958+00:00 app[web.1]:
2015-04-01T15:28:13.362147+00:00 app[web.1]: at app/lib/router.js:65:3
2015-04-01T15:28:13.362149+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:222:10
2015-04-01T15:28:13.362152+00:00 app[web.1]: at Function._.each._.forEach (/app/.meteor/heroku_build/app/programs/server/node_modules/underscore/underscore.js:79:11)
2015-04-01T15:28:13.362153+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:117:5
2015-04-01T15:28:13.362142+00:00 app[web.1]: ReferenceError: Router is not defined
2015-04-01T15:28:13.362150+00:00 app[web.1]: at Array.forEach (native)
2015-04-01T15:28:13.362146+00:00 app[web.1]: at app/lib/router.js:1:36
2015-04-01T15:28:13.357583+00:00 app[web.1]: ^
2015-04-01T15:28:13.357581+00:00 app[web.1]: throw(ex);
2015-04-01T15:28:14.241298+00:00 heroku[web.1]: Process exited with status 8
2015-04-01T15:28:14.261373+00:00 heroku[web.1]: State changed from starting to crashed
2015-04-01T16:55:38.180103+00:00 heroku[web.1]: State changed from crashed to starting
2015-04-01T16:55:41.740295+00:00 heroku[web.1]: Starting process with command `.meteor/heroku_build/bin/node .meteor/heroku_build/app/main.js`
2015-04-01T16:55:45.494145+00:00 app[web.1]: /app/.meteor/heroku_build/app/programs/server/node_modules/fibers/future.js:245
2015-04-01T16:55:45.493712+00:00 app[web.1]:
2015-04-01T16:55:45.494389+00:00 app[web.1]: ^
2015-04-01T16:55:45.500227+00:00 app[web.1]: at Array.forEach (native)
2015-04-01T16:55:45.500223+00:00 app[web.1]: at app/lib/router.js:65:3
2015-04-01T16:55:45.500228+00:00 app[web.1]: at Function._.each._.forEach (/app/.meteor/heroku_build/app/programs/server/node_modules/underscore/underscore.js:79:11)
2015-04-01T16:55:45.494367+00:00 app[web.1]: throw(ex);
2015-04-01T16:55:45.500218+00:00 app[web.1]: ReferenceError: Router is not defined
2015-04-01T16:55:45.500222+00:00 app[web.1]: at app/lib/router.js:1:36
2015-04-01T16:55:45.500225+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:222:10
2015-04-01T16:55:45.500230+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:117:5
2015-04-01T16:55:46.333405+00:00 heroku[web.1]: State changed from starting to crashed
2015-04-01T16:55:46.323223+00:00 heroku[web.1]: Process exited with status 8
2015-04-01T18:03:57.467111+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=d3c85c9b-f228-4d24-b429-cef66b57061f fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:04:00.465222+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=8d8bbe21-dffc-4a96-a566-bb4b536c0527 fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:23:57.920020+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=5f6edcfa-a39f-43b1-8c29-86abfcccc0d0 fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:23:58.666355+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=e9a4dd11-8a38-4fbb-a291-1c483651d476 fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:23:58.976873+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=b1dd5f1c-3fdc-4a56-b887-46037596c9df fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:27:20.460565+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=0ff2c2d0-c964-4215-837c-94c4ee13c668 fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:27:21.520543+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=544b0710-dbb2-4869-bd67-4e3262a72f4c fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:27:23.130196+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=b43c1cd2-e735-4043-bc25-8eaf46dd4874 fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:53:02.827733+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=9d81d4e8-cb68-4690-961e-d55876d60eab fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:53:04.616451+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=07b3e91c-3699-41bb-8998-e42b8e25b5af fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T18:53:05.814028+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=c53fe109-d3d3-4b04-b6b6-2e8da78dbdb1 fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T19:20:25.110777+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=5c6f7a16-a522-4626-8d27-d9a9a64d3627 fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T19:20:25.954811+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=92731058-5a9f-429a-8092-a14e0c74316f fwd="82.234.60.18" dyno= connect= service= status=503 bytes=
2015-04-01T19:27:30.010755+00:00 heroku[api]: Set ROOT_URL config vars by davidpanart#gmail.com
2015-04-01T19:27:30.010755+00:00 heroku[api]: Release v7 created by davidpanart#gmail.com
2015-04-01T19:27:30.282881+00:00 heroku[web.1]: State changed from crashed to starting
2015-04-01T19:27:32.734761+00:00 heroku[web.1]: Starting process with command `.meteor/heroku_build/bin/node .meteor/heroku_build/app/main.js`
2015-04-01T19:27:35.454118+00:00 app[web.1]: /app/.meteor/heroku_build/app/programs/server/node_modules/fibers/future.js:245
2015-04-01T19:27:35.453619+00:00 app[web.1]:
2015-04-01T19:27:35.473776+00:00 app[web.1]: at app/lib/router.js:1:36
2015-04-01T19:27:35.454360+00:00 app[web.1]: ^
2015-04-01T19:27:35.473769+00:00 app[web.1]: ReferenceError: Router is not defined
2015-04-01T19:27:35.473783+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:117:5
2015-04-01T19:27:35.473779+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:222:10
2015-04-01T19:27:35.473780+00:00 app[web.1]: at Array.forEach (native)
2015-04-01T19:27:35.454321+00:00 app[web.1]: throw(ex);
2015-04-01T19:27:35.473782+00:00 app[web.1]: at Function._.each._.forEach (/app/.meteor/heroku_build/app/programs/server/node_modules/underscore/underscore.js:79:11)
2015-04-01T19:27:35.473777+00:00 app[web.1]: at app/lib/router.js:65:3
2015-04-01T19:27:36.303841+00:00 heroku[web.1]: Process exited with status 8
2015-04-01T19:27:36.350695+00:00 heroku[web.1]: State changed from starting to crashed
2015-04-01T19:27:36.351363+00:00 heroku[web.1]: State changed from crashed to starting
2015-04-01T19:27:40.078073+00:00 heroku[web.1]: Starting process with command `.meteor/heroku_build/bin/node .meteor/heroku_build/app/main.js`
2015-04-01T19:27:42.795297+00:00 app[web.1]: /app/.meteor/heroku_build/app/programs/server/node_modules/fibers/future.js:245
2015-04-01T19:27:42.801101+00:00 app[web.1]: at Array.forEach (native)
2015-04-01T19:27:42.801098+00:00 app[web.1]: at app/lib/router.js:65:3
2015-04-01T19:27:42.801103+00:00 app[web.1]: at Function._.each._.forEach (/app/.meteor/heroku_build/app/programs/server/node_modules/underscore/underscore.js:79:11)
2015-04-01T19:27:42.794734+00:00 app[web.1]:
2015-04-01T19:27:42.795670+00:00 app[web.1]: throw(ex);
2015-04-01T19:27:42.801093+00:00 app[web.1]: ReferenceError: Router is not defined
2015-04-01T19:27:42.795908+00:00 app[web.1]: ^
2015-04-01T19:27:42.801096+00:00 app[web.1]: at app/lib/router.js:1:36
2015-04-01T19:27:42.801099+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:222:10
2015-04-01T19:27:42.801104+00:00 app[web.1]: at /app/.meteor/heroku_build/app/programs/server/boot.js:117:5
2015-04-01T19:27:43.610749+00:00 heroku[web.1]: Process exited with status 8
2015-04-01T19:27:43.621555+00:00 heroku[web.1]: State changed from starting to crashed
2015-04-01T19:28:07.734024+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=8dd496d4-7f43-4e42-a332-89b4c8ab7f23 fwd="88.142.102.169" dyno= connect= service= status=503 bytes=
2015-04-01T19:28:08.550440+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=b3815840-92d9-4bf3-9717-86c79bad5ef4 fwd="88.142.102.169" dyno= connect= service= status=503 bytes=
2015-04-01T19:28:11.358782+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=test2-push.herokuapp.com request_id=3e796eea-53e1-4cc0-b439-9a4a07c4d639 fwd="88.142.102.169" dyno= connect= service= status=503 bytes=
2015-04-01T19:28:12.506991+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=test2-push.herokuapp.com request_id=1fecde7f-27ba-460f-b5da-387eac86e13f fwd="88.142.102.169" dyno= connect= service= status=503 bytes=
It seems that i got several problem with fibers and router, often getting the exit status 8, but i do not understand a lot about that logs, and haven't found yet any explanation on the web.
Would someone have an explanation for me ?
Thanks you.
I had possibly the same issue. I completely fixed mine by setting the buildpack differently:
heroku buildpack:set https://github.com/AdmitHub/meteor-buildpack-horse.git -a YOUR_APPNAME

Resources