heroku rails app crashing on mobile devices -
i have rails app on heroku, working quite on system crashes on mobile devices android based phone.
i have checked app , looks fine out there
here heroku log:
2017-08-20t01:48:46.253573+00:00 app[web.1]: started "/api/notifications.json" 64.233.173.159 @ 2017-08-20 01:48:46 +0000 2017-08-20t01:48:46.258740+00:00 app[web.1]: processing api::notificationscontroller#index json 2017-08-20t01:48:46.261854+00:00 app[web.1]: user load (1.7ms) select "users".* "users" "users"."id" = $1 order "users"."id" asc limit 1 [["id", 3]] 2017-08-20t01:48:46.270078+00:00 app[web.1]: (1.7ms) select count(*) "notifications" "notifications"."is_new" = $1 , "notifications"."recipient_id" = 3 [["is_new", "t"]] 2017-08-20t01:48:46.277519+00:00 app[web.1]: (1.6ms) select count(*) "notifications" "notifications"."recipient_id" = 3 2017-08-20t01:48:46.279895+00:00 app[web.1]: notification load (1.7ms) select "notifications".* "notifications" "notifications"."recipient_id" = 3 order "notifications"."created_at" desc limit 7 offset 0 2017-08-20t01:48:46.296181+00:00 app[web.1]: user load (1.7ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 8]] 2017-08-20t01:48:46.300964+00:00 app[web.1]: cache (0.0ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 8]] 2017-08-20t01:48:46.303082+00:00 app[web.1]: cache (0.0ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 8]] 2017-08-20t01:48:46.304965+00:00 app[web.1]: cache (0.0ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 8]] 2017-08-20t01:48:46.308109+00:00 app[web.1]: user load (1.7ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 7]] 2017-08-20t01:48:46.319231+00:00 app[web.1]: response load (1.7ms) select "responses".* "responses" "responses"."id" = $1 limit 1 [["id", 4]] 2017-08-20t01:48:46.338874+00:00 app[web.1]: post load (7.7ms) select "posts".* "posts" "posts"."id" = $1 limit 1 [["id", 15]] 2017-08-20t01:48:46.340313+00:00 app[web.1]: cache (0.0ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 7]] 2017-08-20t01:48:46.343345+00:00 app[web.1]: response load (1.6ms) select "responses".* "responses" "responses"."id" = $1 limit 1 [["id", 3]] 2017-08-20t01:48:46.346093+00:00 app[web.1]: post load (1.8ms) select "posts".* "posts" "posts"."id" = $1 limit 1 [["id", 17]] 2017-08-20t01:48:46.347822+00:00 app[web.1]: cache (0.0ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 7]] 2017-08-20t01:48:46.349837+00:00 app[web.1]: cache (0.0ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 7]] 2017-08-20t01:48:46.351425+00:00 app[web.1]: cache (0.0ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 8]] 2017-08-20t01:48:46.356552+00:00 app[web.1]: post load (2.0ms) select "posts".* "posts" "posts"."id" = $1 limit 1 [["id", 6]] 2017-08-20t01:48:46.359314+00:00 app[web.1]: user load (1.7ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 9]] 2017-08-20t01:48:46.362294+00:00 app[web.1]: cache (0.0ms) select "users".* "users" "users"."id" = $1 limit 1 [["id", 9]] 2017-08-20t01:48:46.362912+00:00 app[web.1]: started "/api/follow_suggestions.json" 64.233.173.159 @ 2017-08-20 01:48:46 +0000 2017-08-20t01:48:46.366381+00:00 app[web.1]: processing api::followsuggestionscontroller#index json 2017-08-20t01:48:46.368842+00:00 app[web.1]: user load (1.5ms) select "users".* "users" "users"."id" = $1 order "users"."id" asc limit 1 [["id", 3]] 2017-08-20t01:48:46.371756+00:00 app[web.1]: (1.4ms) select "users".id "users" inner join "relationships" on "users"."id" = "relationships"."followed_id" "relationships"."follower_id" = $1 [["follower_id", 3]] 2017-08-20t01:48:46.374408+00:00 app[web.1]: user load (1.7ms) select "users".* "users" ("users"."id" not in (2, 6, 7, 8, 11, 3)) order random() limit 25 2017-08-20t01:48:46.375751+00:00 app[web.1]: cache (0.0ms) select "users".id "users" inner join "relationships" on "users"."id" = "relationships"."followed_id" "relationships"."follower_id" = $1 [["follower_id", 3]] 2017-08-20t01:48:46.376647+00:00 app[web.1]: cache (0.0ms) select "users".id "users" inner join "relationships" on "users"."id" = "relationships"."followed_id" "relationships"."follower_id" = $1 [["follower_id", 3]] 2017-08-20t01:48:46.377706+00:00 app[web.1]: cache (0.0ms) select "users".id "users" inner join "relationships" on "users"."id" = "relationships"."followed_id" "relationships"."follower_id" = $1 [["follower_id", 3]] 2017-08-20t01:48:46.378527+00:00 app[web.1]: cache (0.0ms) select "users".id "users" inner join "relationships" on "users"."id" = "relationships"."followed_id" "relationships"."follower_id" = $1 [["follower_id", 3]] 2017-08-20t01:48:46.379472+00:00 app[web.1]: cache (0.0ms) select "users".id "users" inner join "relationships" on "users"."id" = "relationships"."followed_id" "relationships"."follower_id" = $1 [["follower_id", 3]] 2017-08-20t01:48:46.380446+00:00 app[web.1]: cache (0.0ms) select "users".id "users" inner join "relationships" on "users"."id" = "relationships"."followed_id" "relationships"."follower_id" = $1 [["follower_id", 3]] 2017-08-20t01:48:46.381097+00:00 app[web.1]: rendered api/follow_suggestions/index.json.jbuilder (8.7ms) 2017-08-20t01:48:46.381337+00:00 app[web.1]: completed 200 ok in 15ms (views: 7.4ms | activerecord: 4.6ms) 2017-08-20t01:48:46.396904+00:00 app[web.1]: rendered api/notifications/index.json.jbuilder (122.0ms) 2017-08-20t01:48:46.397540+00:00 app[web.1]: completed 200 ok in 139ms (views: 97.8ms | activerecord: 34.7ms) 2017-08-20t01:48:46.399123+00:00 heroku[router]: at=info method=get path="/api/notifications.json" host=www.wewrite.in request_id=5d0cf5d6-9426-474c-9774-35410df9238f fwd="2405:204:4421:31e8:d108:a888:4e70:72af,64.233.173.159" dyno=web.1 connect=0ms service=147ms status=200 bytes=3856 protocol=http 2017-08-20t01:48:46.381637+00:00 heroku[router]: at=info method=get path="/api/follow_suggestions.json" host=www.wewrite.in request_id=61879ae8-09f5-4b9e-bd9a-6065e21d116b fwd="2405:204:4421:31e8:d108:a888:4e70:72af,64.233.173.159" dyno=web.1 connect=0ms service=21ms status=200 bytes=2806 protocol=http
Comments
Post a Comment