You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I keep refreshing a page showing the hits to a URL (say, to "/"), I can see that requests are coming in in realtime. However, after a non-specific number of hits, the graph stops updating while showing the same most recent hit. If I go into the database table and delete, say, the last 10 hits, the graph will continue updating, though of course with the deleted rows missing.
My guess is that there is something corrupting a database entry, which, when pulled into Highcharts causes it to break.
I'm continuing to research this error as I'd really like it to work and will post more information as I find it.
Mainly I'd like to know if this is happening to anyone else as well?
The text was updated successfully, but these errors were encountered:
If I keep refreshing a page showing the hits to a URL (say, to "/"), I can see that requests are coming in in realtime. However, after a non-specific number of hits, the graph stops updating while showing the same most recent hit. If I go into the database table and delete, say, the last 10 hits, the graph will continue updating, though of course with the deleted rows missing.
My guess is that there is something corrupting a database entry, which, when pulled into Highcharts causes it to break.
I'm continuing to research this error as I'd really like it to work and will post more information as I find it.
Mainly I'd like to know if this is happening to anyone else as well?
The text was updated successfully, but these errors were encountered: