Search code examples
azureazure-application-insights

Application Insights doesn't load data pretty often


I am using Application Insights in Azure very intense but very often I experience loading issues.
So many times when I want to inspect the logs, I find the following loading animation taking forever:

enter image description here

The interesting thing ist, that nothing is really "loading" in the background. You can see my dev tools here:

enter image description here

So waiting forever does not help - its not "slowly", it just does not load at all. None of my http requests seems to be pending... is there anyone experiencing the same behaviour? Or could I have misconfigured anything?


Solution

  • I get this all the time.

    • Press F12 (in Chrome) to open Dev Tools.
    • Hold left click on the refresh icon in the tool bar.
    • Click 'Empty cache and hard reload'.

    The transactions will now load.

    Example from Chrome