sebagomez / azurestorageexplorer

☁💾 Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application.
https://azurestorage.azurewebsites.net/
MIT License
130 stars 66 forks source link

Blobs not listed correctly whenm having multiple folders #153

Closed razvangoga closed 3 months ago

razvangoga commented 3 months ago

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 : https://github.com/sebagomez/azurestorageexplorer/blob/cd49bad614aed2fde824461ce5cd1bd793dd882e/src/web/Pages/Blobs.razor.cs#L108 (on the first pass it's empty and the root loads and renders correctly)

sebagomez commented 3 months ago

Thanks for the report, I'll take a look