Shopify / dashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.
http://shopify.github.com/dashing/
MIT License
10.98k stars 1.18k forks source link

Push successful but getting "Something Went Wrong" #756

Closed bradsaid closed 6 years ago

bradsaid commented 6 years ago

I'm a totally new to this. I'd appreciate any help! Here are the logs:

2017-11-30T16:02:22.331382+00:00 heroku[web.1]: State changed from starting to up 2017-11-30T16:02:23.141653+00:00 heroku[router]: at=info method=GET path="/" host=lit-woodland-42322.herokuapp.com request_id=d795fc23-f7d2-4cf0-9357-124b988ab445 fwd="73.166.191.111" dyno=web.1 connect=1ms service=167ms status=500 bytes=1733 protocol=https 2017-11-30T16:02:23.018677+00:00 app[web.1]: Started GET "/" for 73.166.191.111 at 2017-11-30 16:02:23 +0000 2017-11-30T16:02:23.063651+00:00 app[web.1]: Processing by ShowsController#index as HTML 2017-11-30T16:02:23.128863+00:00 app[web.1]: Completed 500 Internal Server Error in 65ms (ActiveRecord: 22.0ms) 2017-11-30T16:02:23.130615+00:00 app[web.1]:
2017-11-30T16:02:23.130661+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "users" does not exist 2017-11-30T16:02:23.130663+00:00 app[web.1]: LINE 8: WHERE a.attrelid = '"users"'::regclass 2017-11-30T16:02:23.130665+00:00 app[web.1]: ^ 2017-11-30T16:02:23.130665+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), 2017-11-30T16:02:23.130666+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod, 2017-11-30T16:02:23.130667+00:00 app[web.1]: c.collname, col_description(a.attrelid, a.attnum) AS comment 2017-11-30T16:02:23.130668+00:00 app[web.1]: FROM pg_attribute a 2017-11-30T16:02:23.130668+00:00 app[web.1]: LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum 2017-11-30T16:02:23.130669+00:00 app[web.1]: LEFT JOIN pg_type t ON a.atttypid = t.oid 2017-11-30T16:02:23.130670+00:00 app[web.1]: LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation 2017-11-30T16:02:23.130671+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass 2017-11-30T16:02:23.130671+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped 2017-11-30T16:02:23.130672+00:00 app[web.1]: ORDER BY a.attnum 2017-11-30T16:02:23.130672+00:00 app[web.1]: ): 2017-11-30T16:02:23.130675+00:00 app[web.1]:
2017-11-30T16:02:23.130731+00:00 app[web.1]: app/helpers/authorization_helper.rb:46:in create_guest_user' 2017-11-30T16:02:23.130732+00:00 app[web.1]: app/helpers/authorization_helper.rb:24:inguest_user' 2017-11-30T16:02:23.130733+00:00 app[web.1]: app/helpers/authorization_helper.rb:12:in current_or_guest_user' 2017-11-30T16:02:23.130734+00:00 app[web.1]: app/controllers/application_controller.rb:8:inblock in ' 2017-11-30T16:02:24.524550+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=lit-woodland-42322.herokuapp.com request_id=01d8ff01-9c66-46b2-9294-e8f1f05a8588 fwd="73.166.191.111" dyno=web.1 connect=1ms service=3ms status=200 bytes=207 protocol=https 2017-11-30T16:02:27.177006+00:00 heroku[router]: at=info method=GET path="/" host=lit-woodland-42322.herokuapp.com request_id=8b596997-0b37-4f68-852d-1d014dbbd1ea fwd="73.166.191.111" dyno=web.1 connect=1ms service=156ms status=500 bytes=1733 protocol=https 2017-11-30T16:02:27.054028+00:00 app[web.1]: Started GET "/" for 73.166.191.111 at 2017-11-30 16:02:27 +0000 2017-11-30T16:02:27.101017+00:00 app[web.1]: Processing by ShowsController#index as HTML 2017-11-30T16:02:27.163718+00:00 app[web.1]: Completed 500 Internal Server Error in 62ms (ActiveRecord: 15.3ms) 2017-11-30T16:02:27.165515+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "users" does not exist 2017-11-30T16:02:27.165470+00:00 app[web.1]:
2017-11-30T16:02:27.165517+00:00 app[web.1]: LINE 8: WHERE a.attrelid = '"users"'::regclass 2017-11-30T16:02:27.165518+00:00 app[web.1]: ^ 2017-11-30T16:02:27.165519+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), 2017-11-30T16:02:27.165520+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod, 2017-11-30T16:02:27.165520+00:00 app[web.1]: c.collname, col_description(a.attrelid, a.attnum) AS comment 2017-11-30T16:02:27.165521+00:00 app[web.1]: FROM pg_attribute a 2017-11-30T16:02:27.165522+00:00 app[web.1]: LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum 2017-11-30T16:02:27.165522+00:00 app[web.1]: LEFT JOIN pg_type t ON a.atttypid = t.oid 2017-11-30T16:02:27.165527+00:00 app[web.1]: LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation 2017-11-30T16:02:27.165527+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass 2017-11-30T16:02:27.165528+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped 2017-11-30T16:02:27.165529+00:00 app[web.1]: ORDER BY a.attnum 2017-11-30T16:02:27.165529+00:00 app[web.1]: ): 2017-11-30T16:02:27.165532+00:00 app[web.1]:
2017-11-30T16:02:27.165577+00:00 app[web.1]: app/helpers/authorization_helper.rb:46:in create_guest_user' 2017-11-30T16:02:27.165578+00:00 app[web.1]: app/helpers/authorization_helper.rb:24:inguest_user' 2017-11-30T16:02:27.165579+00:00 app[web.1]: app/helpers/authorization_helper.rb:12:in current_or_guest_user' 2017-11-30T16:02:27.165580+00:00 app[web.1]: app/controllers/application_controller.rb:8:inblock in ' 2017-11-30T16:02:27.678061+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=lit-woodland-42322.herokuapp.com request_id=d84fd884-75ba-441c-b5a8-fc23feb8e543 fwd="73.166.191.111" dyno=web.1 connect=1ms service=4ms status=200 bytes=207 protocol=https 2017-11-30T16:02:44.173865+00:00 heroku[router]: at=info method=GET path="/" host=lit-woodland-42322.herokuapp.com request_id=cd288f4e-2e62-4def-bcbe-ac076c087632 fwd="73.166.191.111" dyno=web.1 connect=1ms service=15ms status=500 bytes=1733 protocol=https 2017-11-30T16:02:44.152233+00:00 app[web.1]: Started GET "/" for 73.166.191.111 at 2017-11-30 16:02:44 +0000 2017-11-30T16:02:44.154330+00:00 app[web.1]: Processing by ShowsController#index as HTML 2017-11-30T16:02:44.162060+00:00 app[web.1]: Completed 500 Internal Server Error in 7ms (ActiveRecord: 4.4ms) 2017-11-30T16:02:44.164187+00:00 app[web.1]:
2017-11-30T16:02:44.164214+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "users" does not exist 2017-11-30T16:02:44.164215+00:00 app[web.1]: LINE 8: WHERE a.attrelid = '"users"'::regclass 2017-11-30T16:02:44.164216+00:00 app[web.1]: ^ 2017-11-30T16:02:44.164216+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), 2017-11-30T16:02:44.164217+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod, 2017-11-30T16:02:44.164217+00:00 app[web.1]: c.collname, col_description(a.attrelid, a.attnum) AS comment 2017-11-30T16:02:44.164218+00:00 app[web.1]: FROM pg_attribute a 2017-11-30T16:02:44.164219+00:00 app[web.1]: LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum 2017-11-30T16:02:44.164219+00:00 app[web.1]: LEFT JOIN pg_type t ON a.atttypid = t.oid 2017-11-30T16:02:44.164220+00:00 app[web.1]: LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation 2017-11-30T16:02:44.164221+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass 2017-11-30T16:02:44.164221+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped 2017-11-30T16:02:44.164221+00:00 app[web.1]: ORDER BY a.attnum 2017-11-30T16:02:44.164222+00:00 app[web.1]: ): 2017-11-30T16:02:44.164223+00:00 app[web.1]:
2017-11-30T16:02:44.164247+00:00 app[web.1]: app/helpers/authorization_helper.rb:46:in create_guest_user' 2017-11-30T16:02:44.164247+00:00 app[web.1]: app/helpers/authorization_helper.rb:24:inguest_user' 2017-11-30T16:02:44.164248+00:00 app[web.1]: app/helpers/authorization_helper.rb:12:in current_or_guest_user' 2017-11-30T16:02:44.164248+00:00 app[web.1]: app/controllers/application_controller.rb:8:inblock in ' 2017-11-30T16:02:45.195937+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=lit-woodland-42322.herokuapp.com request_id=229f0aa5-cd44-4f24-8857-16e925f2577b fwd="73.166.191.111" dyno=web.1 connect=1ms service=2ms status=304 bytes=112 protocol=https 2017-11-30T16:08:10.484202+00:00 heroku[router]: at=info method=GET path="/" host=lit-woodland-42322.herokuapp.com request_id=5723e9f5-7ae4-4d13-b154-41720f1173c7 fwd="73.166.191.111" dyno=web.1 connect=0ms service=17ms status=500 bytes=1733 protocol=https 2017-11-30T16:08:10.460915+00:00 app[web.1]: Started GET "/" for 73.166.191.111 at 2017-11-30 16:08:10 +0000 2017-11-30T16:08:10.462581+00:00 app[web.1]: Processing by ShowsController#index as HTML 2017-11-30T16:08:10.470571+00:00 app[web.1]: Completed 500 Internal Server Error in 8ms (ActiveRecord: 2.5ms) 2017-11-30T16:08:10.472939+00:00 app[web.1]:
2017-11-30T16:08:10.472974+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "users" does not exist 2017-11-30T16:08:10.472975+00:00 app[web.1]: LINE 8: WHERE a.attrelid = '"users"'::regclass 2017-11-30T16:08:10.472976+00:00 app[web.1]: ^ 2017-11-30T16:08:10.472977+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), 2017-11-30T16:08:10.472977+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod, 2017-11-30T16:08:10.472978+00:00 app[web.1]: c.collname, col_description(a.attrelid, a.attnum) AS comment 2017-11-30T16:08:10.472978+00:00 app[web.1]: FROM pg_attribute a 2017-11-30T16:08:10.472979+00:00 app[web.1]: LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum 2017-11-30T16:08:10.472979+00:00 app[web.1]: LEFT JOIN pg_type t ON a.atttypid = t.oid 2017-11-30T16:08:10.472981+00:00 app[web.1]: LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation 2017-11-30T16:08:10.472981+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass 2017-11-30T16:08:10.472982+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped 2017-11-30T16:08:10.472982+00:00 app[web.1]: ORDER BY a.attnum 2017-11-30T16:08:10.472982+00:00 app[web.1]: ): 2017-11-30T16:08:10.472984+00:00 app[web.1]:
2017-11-30T16:08:10.473006+00:00 app[web.1]: app/helpers/authorization_helper.rb:46:in create_guest_user' 2017-11-30T16:08:10.473006+00:00 app[web.1]: app/helpers/authorization_helper.rb:24:inguest_user' 2017-11-30T16:08:10.473007+00:00 app[web.1]: app/helpers/authorization_helper.rb:12:in current_or_guest_user' 2017-11-30T16:08:10.473007+00:00 app[web.1]: app/controllers/application_controller.rb:8:inblock in ' 2017-11-30T16:08:11.664845+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=lit-woodland-42322.herokuapp.com request_id=c91f0e64-3dbb-468e-aeb1-c235dc9d0229 fwd="73.166.191.111" dyno=web.1 connect=0ms service=3ms status=200 bytes=207 protocol=https