Hello Alexander,
Thanks for the response!
I don't see any errors in the console. I'm running Apache 2.2.15. There are some errors about undefined indexes, but the requests that are sent every <interval> seconds have 200 responses.
I figured out that if I switch to 30 minute, refresh, then switch back to 10 minute, I'll see the most recent data. Same result in Chrome and firefox.
Example undefined index:
[Mon Jul 25 16:32:43 2016] [error] [client ] PHP Notice: Undefined index: _1428431423814 in /var/www/sipcapture/htdocs/api/RestApi/Dashboard.php on line 143,
[Mon Jul 25 16:32:43 2016] [error] [client ] PHP Notice: Undefined index: _1452069187383 in /var/www/sipcapture/htdocs/api/RestApi/Dashboard.php on line 143,
[Mon Jul 25 16:32:43 2016] [error] [client ] PHP Notice: Undefined index: _1450278390101 in /var/www/sipcapture/htdocs/api/RestApi/Dashboard.php on line 143,
[Mon Jul 25 16:32:43 2016] [error] [client ] PHP Notice: Undefined index: _1430318378410 in /var/www/sipcapture/htdocs/api/RestApi/Dashboard.php on line 143,
[Mon Jul 25 16:32:43 2016] [error] [client ] PHP Notice: Undefined index: _1411848944046 in /var/www/sipcapture/htdocs/api/RestApi/Dashboard.php on line 143,
Example refresh request:
[] - - [25/Jul/2016:16:33:33 -0400] "POST /api/v1/profile/store/timerange HTTP/1.1" 200 51 "http://<ip addr>/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36"
[] - - [25/Jul/2016:16:33:33 -0400] "POST /api/v1/profile/store/timezone HTTP/1.1" 200 51 "http://<ip addr>/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36"
[] - - [25/Jul/2016:16:33:33 -0400] "POST /api/v1/search/data HTTP/1.1" 200 186496 "http://<ip addr>/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36"