sebagomez/azurestorageexplorer

Blobs not listed correctly whenm having multiple folders

Closed this issue · 1 comments

I'm trying to use the storage explorer docker version together with the Azurite emulator.

I'm connecting to a container that has a deeper folder structure (3 4 levels deep)

On the first load, the folders under the root are displayed correctly, but on the second level (after i click on one of them) it loads nothing. If i click on "go back up on level" (back to root) it loads again nothing.

I think this has something with how the CurrentPath is set here :

CurrentPath = blob.FullName;
(on the first pass it's empty and the root loads and renders correctly)

Thanks for the report, I'll take a look