In our application we have a few different users (~20 according to Plumbr) per day who get the following exception
Error: Loading initial props cancelled
We have determined that the error comes from the _getData<T> method in router.ts but haven't been able to figure out the cause nor reproduce it. We have tried adding throttling using Chrome dev tools and doing multiple actions that call router in quick succession but no dice.
What causes the error?