Description
I recently tried to add error-tracker to a project, following the fairly well-written getting-started guide and when i navigated to the /errors dashboard, saw that the page was loading over and over. Within a few seconds I easily saw the page reload 100 times.
Here is an example of the contents of the console.error logs
phx-GAvf7rKlWbanF5kB error: unauthorized live_redirect. Falling back to page request -
Object { reason: "stale" }
errors:1514:30386
phx-GAvf7rKlWbanF5kB socket: disconnect for page nav - undefined errors:1514:30386
phx-GAvf7rKlWbanF5kB destroyed: the child has been removed from the parent - undefined errors:1514:30386
destroyed: the child has been removed from the parent - undefined
I scoured the existing error reports and pull requests and didn't see any references to this. Any ideas as to what might be causing this ?