前提・実現したいこと
Ruby on railsで作成しHerokuにデプロイしたアプリケーションの新規登録ページにアクセスしたいです。
発生している問題
HerokuにデプロイしたアプリケーションのTOPページにアクセスし(うまくいってます)新規登録ページへのボタンを押すと「We're sorry, but something went wrong.」が発生する。
エラーメッセージ
heroku logsとして出力されるものを回答欄に全文記載しましたのでよろしくお願いいたします。どのソースコードに問題があるかもよくわかりませんので教えていただけるとありがたいです。
補足情報
Windows 10 home 64ビット
ruby 2.6.6
Ruby on rails 6.0.3.1
PostgreSQL 13beta1
テキストエディタ Atom
失礼な点があるかもしれませんがどうぞ宜しくおねがい致します。
気になる質問をクリップする
クリップした質問は、後からいつでもMYページで確認できます。
またクリップした質問に回答があった際、通知やメールを受け取ることができます。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
回答3件
0
なんども投稿して申し訳ありませんがアクセスできる状態で「heroku logs」とするとエラーメッセージも出力されます。
よっと根本的なエラーが解決できていないと睨み解決を進めます。
投稿2020/06/06 22:52
退会済みユーザー
総合スコア0
0
ベストアンサー
あれ?表示できるようになってました・・・・
投稿2020/06/06 10:49
退会済みユーザー
総合スコア0
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
0
ビルドログ全文載せときます。①
2020-06-06T09:42:42.605322+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/connection_adapters/postgresql_adapter.rb:658:in `execute_and_clear' 2020-06-06T09:42:42.605322+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/connection_adapters/postgresql/database_statements.rb:98:in `exec_query' 2020-06-06T09:42:42.605323+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/connection_adapters/abstract/database_statements.rb:493:in `select_prepared' 2020-06-06T09:42:42.605323+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/connection_adapters/abstract/database_statements.rb:68:in `select_all' 2020-06-06T09:42:42.605324+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/connection_adapters/abstract/query_cache.rb:105:in `block in select_all' 2020-06-06T09:42:42.605324+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/connection_adapters/abstract/query_cache.rb:122:in `block in cache_sql' 2020-06-06T09:42:42.605325+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize' 2020-06-06T09:42:42.605325+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt' 2020-06-06T09:42:42.605326+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize' 2020-06-06T09:42:42.605326+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt' 2020-06-06T09:42:42.605327+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize' 2020-06-06T09:42:42.605327+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/connection_adapters/abstract/query_cache.rb:113:in `cache_sql' 2020-06-06T09:42:42.605328+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/connection_adapters/abstract/query_cache.rb:105:in `select_all' 2020-06-06T09:42:42.605329+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/querying.rb:46:in `find_by_sql' 2020-06-06T09:42:42.605329+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/relation.rb:821:in `block in exec_queries' 2020-06-06T09:42:42.605330+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/relation.rb:839:in `skip_query_cache_if_necessary' 2020-06-06T09:42:42.605337+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/relation.rb:808:in `exec_queries' 2020-06-06T09:42:42.605338+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/relation.rb:626:in `load' 2020-06-06T09:42:42.605338+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/relation.rb:250:in `records' 2020-06-06T09:42:42.605339+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/relation.rb:245:in `to_ary' 2020-06-06T09:42:42.605339+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/relation/finder_methods.rb:527:in `find_nth_with_limit' 2020-06-06T09:42:42.605340+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/relation/finder_methods.rb:512:in `find_nth' 2020-06-06T09:42:42.605340+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activerecord (6.0.3.1) lib/active_record/relation/finder_methods.rb:120:in `first' 2020-06-06T09:42:42.605340+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] orm_adapter (0.5.0) lib/orm_adapter/adapters/active_record.rb:17:in `get' 2020-06-06T09:42:42.605341+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] devise (4.7.1) lib/devise/models/authenticatable.rb:237:in `serialize_from_session' 2020-06-06T09:42:42.605341+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] devise (4.7.1) lib/devise.rb:485:in `block (2 levels) in configure_warden!' 2020-06-06T09:42:42.605342+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] warden (1.2.8) lib/warden/session_serializer.rb:35:in `fetch' 2020-06-06T09:42:42.605342+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] warden (1.2.8) lib/warden/proxy.rb:224:in `user' 2020-06-06T09:42:42.605343+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] warden (1.2.8) lib/warden/proxy.rb:334:in `_perform_authentication' 2020-06-06T09:42:42.605343+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] warden (1.2.8) lib/warden/proxy.rb:110:in `authenticate' 2020-06-06T09:42:42.605344+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] warden (1.2.8) lib/warden/proxy.rb:120:in `authenticate?' 2020-06-06T09:42:42.605344+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] devise (4.7.1) app/controllers/devise_controller.rb:109:in `require_no_authentication' 2020-06-06T09:42:42.605344+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/callbacks.rb:428:in `block in make_lambda' 2020-06-06T09:42:42.605351+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/callbacks.rb:181:in `block (2 levels) in halting_and_conditional' 2020-06-06T09:42:42.605351+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] actionpack (6.0.3.1) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>' 2020-06-06T09:42:42.605352+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/callbacks.rb:182:in `block in halting_and_conditional' 2020-06-06T09:42:42.605352+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/callbacks.rb:513:in `block in invoke_before' 2020-06-06T09:42:42.605353+00:00 app[web.1]: [7e6f33c8-55e5-4ebe-a240-4b8116cb9392] activesupport (6.0.3.1) lib/active_support/callbacks.rb:513:in `each'
投稿2020/06/06 10:00
退会済みユーザー
総合スコア0
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
あなたの回答
tips
太字
斜体
打ち消し線
見出し
引用テキストの挿入
コードの挿入
リンクの挿入
リストの挿入
番号リストの挿入
表の挿入
水平線の挿入
プレビュー
質問の解決につながる回答をしましょう。 サンプルコードなど、より具体的な説明があると質問者の理解の助けになります。 また、読む側のことを考えた、分かりやすい文章を心がけましょう。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。