<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><div class="io-ox-signature"><p></p>Typically I'll see the terminal output below when I load the web app on my end indicating the web server is serving the content to my browser:</div><div class="io-ox-signature"><p>Started GET "/devices?query=%7B%7D&sort=-summary.lastInform" for 208.79.61.232 at 2016-11-02 08:41:23 -0400</p><p>Processing by DevicesController#index as HTML</p><p>  Parameters: {"query"=>"{}", "sort"=>"-summary.lastInform"}</p><p>  Rendered application/_pagination.html.erb (5.9ms)</p><p>  Rendered devices/index.html.erb within layouts/application (16.6ms)</p><p>  Rendered layouts/_menu.html.erb (0.7ms)</p><p>Completed 200 OK in 53ms (Views: 25.2ms | ActiveRecord: 0.0ms)</p><p>However, sometimes when I load GenieACS I just get a blank page, and there are no output logs like the one above in the console.</p><p>It seems the only way to remedy this is to reset GenieACS services - which, frankly is fine, but if that's the ONLY way to fix it is there a way I can reset just the rails app via cron every few hours?</p><p>Starting the rails with:</p><p>"cd /opt/genieacs-gui</p><p>/usr/local/bin/rails server &</p><p>sleep 3"</p><p>Kris</p></div></body></html>