projectkudu / AzureResourceExplorer

Azure Resource Explorer - a site to explore and manage your ARM resources in style
https://resources.azure.com
Apache License 2.0
197 stars 76 forks source link

Nodes on the left pane (Providers/Subscriptions) do not load #325

Closed BhargaviAnnadevara closed 2 years ago

BhargaviAnnadevara commented 2 years ago

The left pane of Azure Resource Explorer does not load Providers/Subscriptions and is blank all the time as shown under:

image

Navigating directly to the resource URL does not help either:

https://resources.azure.com/subscriptions/xx-xx/resourceGroups/xx-xx/providers/Microsoft.Web/sites

This is regardless of the browser used and signing out and back in multiple times, clearing cookies/cache etc. Please check and fix.

balag0 commented 2 years ago

Left pane load time depends on the number of subscriptions and resources available to the account. There is some perf work to be done but in the meantime just waiting longer should load the page.

BhargaviAnnadevara commented 2 years ago

@balag0 Agree. I remember noting that nodes used to load up in a few minutes in the past. But the pane has been blank from around 3 hours now. That said, I also tried using my MSA to load resources for a VSE subcription and see the same behavior.

balag0 commented 2 years ago

That doesn't sound like a perf issue but please try again now. We made some improvements today.

BhargaviAnnadevara commented 2 years ago

That doesn't sound like a perf issue but please try again now. We made some improvements today.

@balag0 Confirming I can see the nodes now. And also noticed significant improvements in load times as well. Thank you!